Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoel committed Aug 1, 2023
1 parent f294946 commit 1d6da44
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 @@ -34,7 +34,7 @@ RUN yarn install --immutable
COPY . ${DIR}

# Build code and remove dev deps
RUN yarn build --verbose && yarn template:build --verbose && rm -rfv .yarn .pnp*
RUN yarn build --verbose && yarn template:build && rm -rfv .yarn .pnp*

FROM node:$NODE_VER AS production
ARG DIR
Expand Down

0 comments on commit 1d6da44

Please sign in to comment.