mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
docker: Fix pkg copy
This commit is contained in:
parent
ba7848d043
commit
faee271705
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user