mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 01:35:28 +01:00
Fix exec permissions on wrapper (unraid issue)
This commit is contained in:
parent
95aa228a92
commit
b1993ddea2
@ -18,7 +18,8 @@ RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing open
|
|||||||
COPY ./ /commander
|
COPY ./ /commander
|
||||||
WORKDIR /commander
|
WORKDIR /commander
|
||||||
RUN mv ./app/config ./app/config_original \
|
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 Web Interface port & Server port range
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user