Update Dockerfile

This commit is contained in:
Florian Hoss 2022-10-21 12:42:36 +02:00
parent 2e3924d333
commit ac2deea60c

View file

@ -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