mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
change process name in Dockerfile
This commit is contained in:
parent
6f7a28b359
commit
eec65929da
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ EXPOSE 4873
|
|||
|
||||
VOLUME ["/verdaccio/conf", "/verdaccio/storage"]
|
||||
|
||||
CMD ["/usr/src/app/bin/sinopia", "--config", "/verdaccio/conf/config.yaml", "--listen", "0.0.0.0:4873"]
|
||||
CMD ["/usr/src/app/bin/verdaccio", "--config", "/verdaccio/conf/config.yaml", "--listen", "0.0.0.0:4873"]
|
||||
|
|
Loading…
Add table
Reference in a new issue