Skip to content

Commit

Permalink
Fix the backend Dockerfile (aerabi#23)
Browse files Browse the repository at this point in the history
Fixes aerabi#21
  • Loading branch information
aerabi authored Oct 20, 2022
1 parent bf6cec9 commit 9f61d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ RUN npm ci --production
COPY --from=build /usr/src/app/dist /app

EXPOSE 8000
CMD [ "node", "index.js"]
CMD [ "node", "src/index.js"]

0 comments on commit 9f61d47

Please sign in to comment.