Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion App/v1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ RUN cd /src; npm install
EXPOSE 8080

# Run this command (starts the app) when the container starts
CMD cd /src && node ./app.js
WORKDIR /src
CMD ["node", "./app.js"]