Update docker base
This commit is contained in:
parent
2e20de35a1
commit
3cef4781a9
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue