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 feca02f commit 5670abeCopy full SHA for 5670abe
Dockerfile
@@ -15,5 +15,5 @@ RUN npm install
15
# Bundle app source
16
COPY . .
17
18
-EXPOSE 80
+EXPOSE 3000
19
CMD [ "node", "src/app.js" ]
0 commit comments