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

fixed node version

This commit is contained in:
Fedor Katurov 2022-01-07 18:42:08 +07:00
parent c172e9176d
commit 13b2f0e1ee

View file

@ -1,4 +1,4 @@
FROM node:dubnium-alpine as builder
FROM node:14-alpine as builder
COPY package.json yarn.lock ./
RUN yarn
COPY . .