mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
Fix Docker Image having messed up static files
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
env
|
||||
helm
|
||||
passbook-ui
|
||||
static
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ FROM python:3.6-slim-stretch
|
||||
COPY ./passbook/ /app/passbook
|
||||
COPY ./manage.py /app/
|
||||
COPY ./requirements.txt /app/
|
||||
COPY --from=build /app/static/* /app/static/
|
||||
COPY --from=build /app/static /app/static/
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user