fix309: merge CMD in the dockerfile to ENTRYPOINT (#397)
parent
54d0845212
commit
f7fdd6cc92
|
@ -21,5 +21,4 @@ EXPOSE 80
|
||||||
|
|
||||||
COPY Docker.json /config.json
|
COPY Docker.json /config.json
|
||||||
|
|
||||||
ENTRYPOINT ["/filebrowser"]
|
ENTRYPOINT ["/filebrowser", "--config", "/config.json"]
|
||||||
CMD ["--config", "/config.json"]
|
|
||||||
|
|
Loading…
Reference in New Issue