Skip to content

Commit

Permalink
fix cd deployment merch dockerfile port (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
RealDyllon authored Jun 14, 2023
1 parent 432bd43 commit 0159e80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/merch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ RUN rm -rf /app/apps/merch/src
WORKDIR /app/apps/merch

#ENV NODE_ENV=production
#ENV PAYLOAD_CONFIG_PATH=dist/payload.config.js
#ENV BABEL_DISABLE_CACHE=1

#EXPOSE 80
EXPOSE 7001
EXPOSE 3000

CMD ["node", "dist/index.js"]

0 comments on commit 0159e80

Please sign in to comment.