mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-27 16:05:48 +01:00
Add missing copy directives in build stage
This commit is contained in:
parent
f4295f7c57
commit
0f72ee76b8
@ -1,7 +1,8 @@
|
||||
FROM node:lts-alpine AS build
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
FROM node:lts-alpine AS runtime
|
||||
|
Loading…
Reference in New Issue
Block a user