diff --git a/Dockerfile b/Dockerfile index 3e1309d..a511069 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,8 @@ RUN go build -o /app FROM alpine:3.12 WORKDIR /usr/bin +COPY /static ./static +COPY /templates ./templates COPY --from=build /app . EXPOSE 8080 CMD ["app"] \ No newline at end of file diff --git a/templates/bucket.tmpl b/templates/bucket.tmpl index 3572d4a..09f7cb8 100644 --- a/templates/bucket.tmpl +++ b/templates/bucket.tmpl @@ -36,7 +36,7 @@ {{ end }}