mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00: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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user