Fix copy from builder
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2023-04-26 19:15:51 +02:00
parent 2419f308fc
commit 79a385b9d4

View File

@ -25,7 +25,7 @@ COPY [".yarn", "/app/.yarn"]
RUN yarn install RUN yarn install
COPY --from=builder lib/ /app/lib COPY --from=builder /app/lib/ /app/lib
VOLUME [ "/app/logs", "/app/persist"] VOLUME [ "/app/logs", "/app/persist"]