diff --git a/Dockerfile b/Dockerfile index d4a2239..9cd68d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ WORKDIR /app COPY --from=builder /app/server . COPY templates ./templates +COPY static ./static EXPOSE 8080