fix309: merge CMD in the dockerfile to ENTRYPOINT (#397)

pull/405/head
1138-4EB 2018-04-18 12:53:22 +02:00 committed by Henrique Dias
parent 54d0845212
commit f7fdd6cc92
1 changed files with 1 additions and 2 deletions

View File

@ -21,5 +21,4 @@ EXPOSE 80
COPY Docker.json /config.json
ENTRYPOINT ["/filebrowser"]
CMD ["--config", "/config.json"]
ENTRYPOINT ["/filebrowser", "--config", "/config.json"]