Create static directory in Dockerfile
This commit is contained in:
parent
2fb671fce4
commit
9ee0f27aa0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue