Change static directory
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
FROM python:3
|
||||
|
||||
RUN useradd -d /code xf
|
||||
RUN mkdir /code
|
||||
RUN chown xf:xf /code
|
||||
RUN mkdir -p /code
|
||||
RUN chown -R xf:xf /code
|
||||
|
||||
RUN mkdir /conf
|
||||
RUN chown xf:xf /conf
|
||||
|
||||
Reference in New Issue
Block a user