mirror of
https://git.wownero.com/lza_menace/wownero-explorer.git
synced 2024-08-15 01:03:26 +00:00
use a default cmd to start web server
This commit is contained in:
parent
8bc2e324d2
commit
ae9db86794
1 changed files with 2 additions and 0 deletions
|
@ -30,3 +30,5 @@ FROM ubuntu:19.10
|
|||
COPY --from=builder /srv/wownero-explorer/target/release/wownero-explorer /bin/wownero-explorer
|
||||
COPY static static
|
||||
COPY templates templates
|
||||
|
||||
CMD 'wownero-explorer'
|
||||
|
|
Loading…
Reference in a new issue