Skip to content

Commit

Permalink
chore(dokerfile): load config file implicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
1138-4EB committed Aug 22, 2018
1 parent d5fcb55 commit 0f2be94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ VOLUME /srv
EXPOSE 80

COPY filebrowser /filebrowser
COPY Docker.json /config.json
COPY Docker.json /.filebrowser.json

ENTRYPOINT ["/filebrowser", "--config", "/config.json"]
ENTRYPOINT ["/filebrowser"]

0 comments on commit 0f2be94

Please sign in to comment.