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: remove "rm yarn.lock"
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Aug 20, 2018
1 parent d7ef474 commit 4b7221c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
FROM node:8.11.1 AS build
WORKDIR /opt/mos-gateway
COPY . .
RUN rm yarn.lock
RUN yarn install --check-files
RUN yarn build

Expand Down

0 comments on commit 4b7221c

Please sign in to comment.