update Dockerfile
Some checks failed
continuous-integration/drone/pr Build is failing

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:
Ryuno-Ki 2025-05-13 13:47:22 +02:00
parent b9230e949b
commit a4d64b9a90
No known key found for this signature in database
GPG Key ID: 5A668E771F1ED854

View File

@ -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