aa
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Midou36O 2022-11-30 12:53:15 +01:00
parent 1acf2e4353
commit 4fc33519de
Signed by: midou
GPG Key ID: 08063D5407090BC2
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
FROM golang:1.19.3-alpine
FROM alpine:latest
WORKDIR /gothub
COPY . .
RUN go mod download
RUN go build .
COPY ./gothub .
CMD ["/bin/sh", "-c", "./gothub"]
EXPOSE 3000