We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43aa22 commit 9d837c6Copy full SHA for 9d837c6
Dockerfile
@@ -16,6 +16,7 @@ RUN apk add --update \
16
VOLUME ./assets
17
18
COPY assets/. ./assets
19
+COPY static/. ./static
20
COPY html_templates ./html_templates
21
22
COPY requirements.txt \
0 commit comments