Merge branch 'dev' into dev-Silversthorn

This commit is contained in:
Silversthorn 2021-09-09 22:00:59 +02:00
commit 6ab9f8413c

View File

@ -18,7 +18,8 @@ RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing open
COPY ./ /commander
WORKDIR /commander
RUN mv ./app/config ./app/config_original \
&& mv ./app/config_original/default.json.example ./app/config_original/default.json
&& mv ./app/config_original/default.json.example ./app/config_original/default.json \
&& chmod +x ./docker_launcher.sh
# Expose Web Interface port & Server port range
EXPOSE 8000