mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
commented-out unnecessary build stages
This commit is contained in:
parent
235f7f1209
commit
214383de32
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
# stage1 as builder
|
# stage1 as builder
|
||||||
FROM node:dubnium-alpine as builder
|
FROM node:dubnium-alpine as builder
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN yarn
|
#RUN yarn
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN yarn build
|
#RUN yarn build
|
||||||
|
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
COPY docker/www/nginx.conf /etc/nginx/nginx.conf
|
COPY docker/www/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue