Fix script move
This commit is contained in:
parent
f90fdc0598
commit
1a0d06edcd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM golang:${GOLANG_VERSION}-alpine AS goBuilder
|
|||
RUN apk add cmake g++ gcc
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./swagger.sh .
|
||||
COPY ./scripts/swagger.sh .
|
||||
RUN ./swagger.sh install
|
||||
|
||||
COPY ./go.mod .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue