update Dockerfile

This commit is contained in:
Dawid Wysokiński 2021-11-11 08:46:28 +01:00
parent a90c2a4a4b
commit bef5199191
Signed by: Kichiyaki
GPG Key ID: EF14026D247EB867
1 changed files with 1 additions and 1 deletions

View File

@ -19,8 +19,8 @@ RUN apk --no-cache add shadow \
zlib-dev \
file \
pkgconf
RUN npm install --global gatsby-cli@3.3.0
WORKDIR /usr/src/app
RUN yarn global add gatsby-cli@3.3.0
COPY yarn.lock ./
RUN yarn
COPY . ./