Skip to content

Commit

Permalink
fix: add version env to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fenos committed Oct 9, 2023
1 parent 1cc084a commit 34568f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN npm ci
RUN npm run build

FROM node:18-alpine
ARG VERSION
ENV VERSION=$VERSION
WORKDIR /app
COPY migrations migrations
COPY ecosystem.config.js package.json ./
Expand Down

0 comments on commit 34568f6

Please sign in to comment.