This commit is contained in:
@ -25,7 +25,7 @@ COPY [".yarn", "/app/.yarn"]
|
||||
|
||||
RUN yarn install
|
||||
|
||||
COPY --from=builder lib/ /app/lib
|
||||
COPY --from=builder /app/lib/ /app/lib
|
||||
|
||||
VOLUME [ "/app/logs", "/app/persist"]
|
||||
|
||||
|
Reference in New Issue
Block a user