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

(nextjs) added dockerignore and cache

This commit is contained in:
Fedor Katurov 2022-01-17 17:06:36 +07:00
parent 019de78ee2
commit 3b02225637
3 changed files with 19 additions and 0 deletions

View file

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