fix309: merge CMD in the dockerfile to ENTRYPOINT

This commit is contained in:
1138-4EB 2018-04-17 07:42:06 +02:00
parent 54d0845212
commit 3756322fc5

View File

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