diff --git a/Dockerfile b/Dockerfile index 56c3367..837c6aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,5 @@ RUN apt-get update -y \ COPY --from=builder /usr/src/app/target/release/robswebhub robswebhub COPY configuration configuration COPY images images +COPY static static ENTRYPOINT [ "./robswebhub" ]