diff --git a/Dockerfile b/Dockerfile index dac70f6..4205dc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,5 @@ RUN go build -o main . FROM alpine:latest WORKDIR /app COPY --from=builder /app/main /app/main -COPY --from=builder /app/templates /app/templates EXPOSE 8080 CMD ["/app/main"]