mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
copy style.css into the container
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ RUN set -x \
|
|||||||
USER app
|
USER app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY --chown=app:app --from=builder /app/app/index.html /app/app/main.js app/
|
COPY --chown=app:app --from=builder /app/app/index.html /app/app/main.js /app/app/style.css app/
|
||||||
COPY --chown=app:app --from=builder /app/app/pkg app/pkg
|
COPY --chown=app:app --from=builder /app/app/pkg app/pkg
|
||||||
COPY --chown=app:app --from=builder /app/target/release/lldap lldap
|
COPY --chown=app:app --from=builder /app/target/release/lldap lldap
|
||||||
COPY docker-entrypoint.sh .
|
COPY docker-entrypoint.sh .
|
||||||
|
|||||||
Reference in New Issue
Block a user