Fix image

This commit is contained in:
Adria Navarro 2023-10-02 22:39:02 +02:00
parent 5497c3835f
commit 7b1a1c691e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RUN yarn install --frozen-lockfile && yarn cache clean
# copy the actual code
COPY packages/server/dist packages/server/dist
COPY packages/server/client packages/server/client
COPY packages/worker/dist packages/server/dist
COPY packages/worker/dist packages/worker/dist
RUN rm -rf scripts/