Fix docker

This commit is contained in:
dada513 2022-06-07 12:30:40 +02:00
parent 76e2ab1269
commit d39a6a025a
No known key found for this signature in database
GPG key ID: 403448C14FA4B33E

View file

@ -1,4 +1,4 @@
FROM node:17-alpine FROM docker.io/library/node:17-alpine
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN yarn install --frozen-lockfile RUN yarn install --frozen-lockfile