1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

changed Dockerfile

This commit is contained in:
Fedor Katurov 2020-11-19 17:28:33 +07:00
parent a9c43e8976
commit 8c9cbabd2f

View file

@ -1,5 +1,5 @@
# stage1 as builder
FROM node:10.13 as builder
FROM node:dubnium-alpine as builder
COPY package.json yarn.lock ./
RUN yarn
COPY . .