We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d52d1 commit d216d69Copy full SHA for d216d69
Dockerfile
@@ -21,7 +21,7 @@ COPY . .
21
RUN DJANGO_STATIC_ROOT=/static python manage.py collectstatic --no-input
22
RUN find /static -ls
23
24
-FROM ghcr.io/static-web-server/static-web-server:2.37.0 AS static-server
+FROM ghcr.io/static-web-server/static-web-server:2.38.1 AS static-server
25
WORKDIR /srv/http
26
ENV SERVER_ROOT=/srv/http
27
0 commit comments