Skip to content

Commit

Permalink
Bump version on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancocodet committed Mar 8, 2024
1 parent a20b90f commit 85067cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN cd /temp/dev && yarn
FROM install AS prerelease
COPY --from=install /temp/dev/node_modules node_modules
COPY . .
RUN node bump-build-version.js

ENV NODE_ENV=production
RUN yarn build
Expand Down

0 comments on commit 85067cf

Please sign in to comment.