Skip to content

Commit

Permalink
Avec juste un port exposé
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Feb 3, 2024
1 parent 8e6b9f9 commit afe945d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ COPY --from=build /app/node_modules /app/node_modules
COPY --from=build /app/dist /app/dist
ENV NODE_ENV production
EXPOSE 8000
EXPOSE 53321

# The command required to run the app is specified
CMD [ "pnpm", "lancer:prod" ]

0 comments on commit afe945d

Please sign in to comment.