mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
Update Dockerfile
This commit is contained in:
parent
5524ab37d3
commit
75b4d907b3
@ -2,7 +2,7 @@
|
||||
FROM node:14-alpine as builder
|
||||
WORKDIR /src
|
||||
COPY . /src/
|
||||
RUN npm ci && npm run build
|
||||
RUN yarn install --frozen-lockfile && yarn build
|
||||
|
||||
# App
|
||||
FROM nginxinc/nginx-unprivileged
|
||||
|
Loading…
x
Reference in New Issue
Block a user