docker: Fix pkg copy

This commit is contained in:
Valentin Tolmer 2021-11-25 10:03:21 +01:00 committed by nitnelave
parent ba7848d043
commit faee271705

View File

@ -57,7 +57,8 @@ RUN set -x \
USER app
WORKDIR /app
COPY --chown=app:app --from=builder /app/app/index.html /app/app/main.js /app/app/pkg app/
COPY --chown=app:app --from=builder /app/app/index.html /app/app/main.js app/
COPY --chown=app:app --from=builder /app/app/pkg app/pkg
COPY --chown=app:app --from=builder /app/target/release/lldap lldap
ENV LDAP_PORT=3890