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 6bd79db commit 4836cdeCopy full SHA for 4836cde
app/Dockerfile
@@ -11,4 +11,5 @@ RUN npm install --production
11
12
COPY . .
13
14
+EXPOSE 8080
15
CMD [ "node", "server.js" ]
0 commit comments