Ver Fonte

update dockerfile

Alexander Belanger há 4 anos atrás
pai
commit
5d6728213b
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      docker/Dockerfile

+ 0 - 1
docker/Dockerfile

@@ -10,7 +10,6 @@ RUN apk update && apk add --no-cache gcc musl-dev git
 COPY go.mod go.sum ./
 COPY go.mod go.sum ./
 COPY /cmd ./cmd
 COPY /cmd ./cmd
 COPY /internal ./internal
 COPY /internal ./internal
-COPY /server ./server
 COPY /api ./api
 COPY /api ./api
 
 
 RUN --mount=type=cache,target=$GOPATH/pkg/mod \
 RUN --mount=type=cache,target=$GOPATH/pkg/mod \