Skip to content

Commit

Permalink
fix: env
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsbergPhilip committed Nov 14, 2024
1 parent 3ac60d3 commit a7864fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/dockerfiles/backend
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ COPY --chown=1000:1000 --from=build /app/packages/backend/dist .
COPY --chown=1000:1000 --from=build /app/node_modules ./node_modules
COPY --chown=1000:1000 --from=build /app/packages ./packages
EXPOSE $PORT
CMD ["node", "index.js"]
CMD ["node", "main.js"]

0 comments on commit a7864fd

Please sign in to comment.