Create static directory in Dockerfile

This commit is contained in:
2022-10-15 22:49:33 +01:00
parent 2fb671fce4
commit 9ee0f27aa0

View File

@@ -5,7 +5,7 @@ RUN useradd -d /code xf
RUN mkdir -p /code
RUN chown -R xf:xf /code
RUN mkdir /conf
RUN mkdir -p /conf/static
RUN chown xf:xf /conf
RUN mkdir /venv