We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b0189 commit 0ed5b80Copy full SHA for 0ed5b80
Dockerfile
@@ -32,7 +32,7 @@ USER node
32
COPY . .
33
34
# Expose the port that the application listens on.
35
-EXPOSE 8080
+#EXPOSE 8080
36
37
# Run the application.
38
#CMD npm run start # This isn't really applicable.
0 commit comments