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:
parent
019de78ee2
commit
3b02225637
3 changed files with 19 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
FROM node:14-alpine as builder
|
||||
WORKDIR /app
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn
|
||||
COPY . .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue