Skip to content

Commit

Permalink
Merge pull request #564 from dhis2/update-dockerfile-workdir
Browse files Browse the repository at this point in the history
ci(docker): set the workdir to server
  • Loading branch information
varl authored Oct 4, 2021
2 parents 9c9d5ae + b5eff4b commit 912dbef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ WORKDIR /srv
COPY --from=build /src ./apphub

# run the app
WORKDIR apphub
WORKDIR apphub/server
EXPOSE 3000
CMD ["node", "server/src/main.js"]
CMD ["node", "src/main.js"]

0 comments on commit 912dbef

Please sign in to comment.