Update Dockerfile
This commit is contained in:
parent
2e3924d333
commit
ac2deea60c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue