Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
fix: build-error: WIP: freeze lockfile and see if it builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Aug 20, 2018
1 parent 4b7221c commit 8cb0739
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 @@ -2,7 +2,7 @@
FROM node:8.11.1 AS build
WORKDIR /opt/mos-gateway
COPY . .
RUN yarn install --check-files
RUN yarn install --check-files --frozen-lockfile
RUN yarn build

# DEPLOY IMAGE
Expand Down

0 comments on commit 8cb0739

Please sign in to comment.