Add /config placeholder in Dockerfile

pull/106/head
Jeff Culverhouse 11 months ago
parent f06a9cac6d
commit 8d67ff6b0c

@ -16,6 +16,9 @@ RUN pip3 install --no-cache-dir --upgrade -r requirements.txt
COPY . . COPY . .
RUN mkdir /config
RUN touch /config/config.yaml
ARG USER_ID=1000 ARG USER_ID=1000
ARG GROUP_ID=1000 ARG GROUP_ID=1000

Loading…
Cancel
Save