From 5b5395103ae56ebbea841be76c000b8b243895dc Mon Sep 17 00:00:00 2001 From: kaysond Date: Thu, 25 Nov 2021 20:31:32 -0800 Subject: [PATCH] copy style.css into the container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a8a6ec4..183c717 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ RUN set -x \ USER 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/target/release/lldap lldap COPY docker-entrypoint.sh .