summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorpluralcafe-docker <docker@plural.cafe>2018-08-20 02:00:41 +0000
committerpluralcafe-docker <docker@plural.cafe>2018-08-20 02:00:41 +0000
commitd12d4df2007b532cd42f81fb0f9e4b50eb876667 (patch)
treefaade1e9e9f0bdb842156e4fb594c48fae7ab114 /Dockerfile
parent478b4c3198678f6f73620ced4d392bb2ab6504fb (diff)
Remove lock temporarily
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c15f942..f0cafd8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,7 +19,7 @@ RUN echo "@edge https://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/rep
  && addgroup -g ${GID} barkeep \
  && adduser -h /barkeep -s /bin/sh -D -G barkeep -u ${UID} barkeep
 
-COPY --chown=barkeep:barkeep package.json index.js yarn.lock /barkeep/
+COPY --chown=barkeep:barkeep package.json index.js /barkeep/
 
 RUN yarn install