Change docker node image

This commit is contained in:
Maksim Karasev 2021-08-29 11:02:12 +03:00
parent f785d7d649
commit 9d2f49d0b7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ COPY ./ /app
RUN yarn workspaces focus web \
&& yarn workspace web build
FROM node:lts-alpine
FROM node:lts-bullseye
WORKDIR /app