fix
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m1s
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m1s
This commit is contained in:
@@ -7,6 +7,5 @@ RUN go build -o main .
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/main /app/main
|
COPY --from=builder /app/main /app/main
|
||||||
COPY --from=builder /app/templates /app/templates
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
CMD ["/app/main"]
|
CMD ["/app/main"]
|
||||||
|
|||||||
Reference in New Issue
Block a user