The new files aren't present on a clean Docker setup in CI otherwise. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
parent
b9230e949b
commit
a4d64b9a90
@ -7,7 +7,9 @@ FROM node:20.18.1-alpine@sha256:e44837841abf6177b308a7c627c8fd7820c1ae6ed09ffa4d
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm install
|
||||
|
||||
COPY env.example .env
|
||||
COPY .eslintrc.js .
|
||||
COPY vue.config.js
|
||||
COPY babel.config.js .
|
||||
COPY public public
|
||||
COPY src src
|
||||
|
Loading…
x
Reference in New Issue
Block a user