Change in dockerfile

This commit is contained in:
Tobias Hopp 2025-04-15 16:03:24 +02:00
parent 3e3b8930b5
commit 40e92133bc

View File

@ -9,7 +9,7 @@ COPY frontend/src/ src/
COPY frontend/package.json . COPY frontend/package.json .
COPY frontend/index.html . COPY frontend/index.html .
COPY frontend/tsconfig.json . COPY frontend/tsconfig.json .
COPY frontend/vite.config.js . COPY frontend/vite.config.mjs .
# Install libs # Install libs
RUN yarn install RUN yarn install