Explorar o código

Удалить 'dockerfile'

gr782_lva %!s(int64=3) %!d(string=hai) anos
pai
achega
9cbbb49129
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  1. 0 9
      dockerfile

+ 0 - 9
dockerfile

@@ -1,9 +0,0 @@
-FROM golang:latest
-
-WORKDIR /app
-COPY go.mod go.sum ./
-RUN go mod download
-COPY . .
-RUN go build -o httpserver.go .
-EXPOSE 80
-CMD ["./httpserver.go"]