Skip to content

Commit

Permalink
fix(Dockerfile): Fix client version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Aug 11, 2020
1 parent a3c177d commit 4a6e968
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 @@ -18,7 +18,7 @@ RUN apk add --no-cache --update --force-broken-world \
COPY package*.json "/@ubud-app/server/"
WORKDIR "/@ubud-app/server"
RUN npm ci && \
npm i "@ubud-app/client@$CLIENT_TAG" --no-save --no-audit --production
npm i "@ubud-app/client@$CLIENT_TAG" --save-optional --no-audit --production

COPY . "/@ubud-app/server/"

Expand Down

0 comments on commit 4a6e968

Please sign in to comment.