Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chourmovs authored Oct 12, 2024
1 parent 5ce49a6 commit 639708c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ RUN truncate -s 0 /etc/mpd.conf \
&& echo 'bind_to_address "0.0.0.0"' >> /etc/mpd.conf \
&& echo 'port "6600"' >> /etc/mpd.conf

WORKDIR /app
#WORKDIR /app/webapp


# Exposer le port 3000
EXPOSE 3000
Expand Down

0 comments on commit 639708c

Please sign in to comment.