Update docker base

This commit is contained in:
LordMathis 2022-01-23 17:44:29 +01:00
parent 2e20de35a1
commit 3cef4781a9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:13.8.0 as front FROM node:16-alpine as front
WORKDIR /app WORKDIR /app
COPY ./ /app/ COPY ./ /app/