mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36: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
|
||||
FROM node:dubnium-alpine as builder
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn
|
||||
#RUN yarn
|
||||
COPY . .
|
||||
RUN yarn build
|
||||
#RUN yarn build
|
||||
|
||||
FROM nginx:alpine
|
||||
COPY docker/www/nginx.conf /etc/nginx/nginx.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue