Ver Fonte

Update Dockerfile

Florian Hoss há 2 anos atrás
pai
commit
ac2deea60c
1 ficheiros alterados com 1 adições e 1 exclusões
  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