1
0
Fork 0

Update Dockerfile.env
the build failed Details

pull/6/head
Ambrose Chua 2018-11-10 09:50:21 +08:00 committed by GitHub
parent 78b94fea49
commit 5753f39931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ RUN apk add --no-cache \
COPY . /usr/local/fm
RUN cd /usr/local/fm \
&& yarn install \
&& yarn cache clean
&& /home/ambrose/.local/bin/yarn install \
&& /home/ambrose/.local/bin/yarn cache clean
USER ambrose