Add config.py and set permissions

master
Mario Jauvin 2 years ago
parent 7dc9802447
commit 5a909bd45d

@ -68,6 +68,7 @@ RUN apk add --no-cache \
&& apk del unzip
COPY start.py /start.py
COPY config.py /config.py
EXPOSE 80/tcp
VOLUME ["/data"]

Loading…
Cancel
Save