diff --git a/Dockerfile b/Dockerfile index 10aa210..19103c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,5 +14,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /abyss FROM scratch COPY --from=builder /abyss /abyss +COPY --from=builder /static / +COPY --from=builder /templates / CMD ["/abyss"]