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

This commit is contained in:
1138-4EB 2018-04-18 12:53:22 +02:00 committed by Henrique Dias
parent 54d0845212
commit f7fdd6cc92

View File

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