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

Commit

Permalink
Skip build in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEgghead27 committed Feb 23, 2024
1 parent 099a657 commit ae29887
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 && npm run build --if-present
RUN npm install --production && npm cache clean --force
ENV PORT 80
EXPOSE 80
CMD [ "npm", "start" ]

0 comments on commit ae29887

Please sign in to comment.