Sestavování přes Woodpecker CI
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful

This commit is contained in:
2025-02-09 00:02:59 +01:00
parent 100468713b
commit f2c0c8129f
2 changed files with 2 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ WORKDIR /app
COPY ./server/node_modules ./server/node_modules
COPY ./server/dist ./
# TODO tohle není dobře, má to být součástí serveru
COPY ./server/resources ./resources
# COPY ./server/resources ./resources
# Vykopírování sestaveného klienta
COPY ./client/dist ./public