mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
update docker node version
This commit is contained in:
parent
e393af49a2
commit
e734c38e9d
@ -1,5 +1,5 @@
|
||||
# Builder
|
||||
FROM node:14-alpine as builder
|
||||
FROM node:16-alpine as builder
|
||||
WORKDIR /src
|
||||
COPY . /src/
|
||||
RUN yarn install --frozen-lockfile && yarn build
|
||||
|
Loading…
x
Reference in New Issue
Block a user