Skip to content

Commit 0ed5b80

Browse files
authored
Update Dockerfile
1 parent 19b0189 commit 0ed5b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ USER node
3232
COPY . .
3333

3434
# Expose the port that the application listens on.
35-
EXPOSE 8080
35+
#EXPOSE 8080
3636

3737
# Run the application.
3838
#CMD npm run start # This isn't really applicable.

0 commit comments

Comments
 (0)