Explorar o código

Update Dockerfile

Florian Hoss %!s(int64=2) %!d(string=hai) anos
pai
achega
ac2deea60c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM golang:alpine AS go
 RUN apk add nodejs npm
 WORKDIR /backend
 
-COPY /backend/swagger.sh .
+COPY ./swagger.sh .
 RUN chmod +x swagger.sh
 RUN ./swagger.sh install