diff --git a/Dockerfile b/Dockerfile index 197441f..63aa5c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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'