Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Revert "Skip build in Dockerfile"
Browse files Browse the repository at this point in the history
This reverts commit ae29887.
  • Loading branch information
TheEgghead27 committed Feb 24, 2024
1 parent fef1527 commit 040c629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG CLOUDINARY_URL
ENV SEQUELIZE_URL=$BUILD_DATABASE_URL
ENV ClOUDINARY_URL=$ClOUDINARY_URL
ENV NODE_ENV production
RUN npm install --production && npm cache clean --force
RUN npm install --production && npm cache clean --force && npm run build --if-present
ENV PORT 80
EXPOSE 80
CMD [ "npm", "start" ]

0 comments on commit 040c629

Please sign in to comment.