1
0
Fork 0
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:
Fedor Katurov 2021-09-30 10:56:29 +07:00
parent 235f7f1209
commit 214383de32

View file

@ -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