Fix docker
This commit is contained in:
parent
76e2ab1269
commit
d39a6a025a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue