diff --git a/Dockerfile b/Dockerfile index 7890a43..e401cfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,6 @@ FROM golang:1.15.5-alpine RUN apk add --no-cache bash EXPOSE 8080 VOLUME /sorted -VOLUME /sorterat VOLUME /doc ENV DB_HOST "" @@ -19,9 +18,9 @@ ENV DB_PASSWORD "" ENV DB_NAME "" COPY --from=build_go /music-server/MusicServer . -COPY docss/swagger.yaml . +COPY docs/swagger.yaml . COPY ./songs/ ./songs/ COPY ./init.sh . -RUN chmod 777 ./conf.sh +RUN chmod 777 ./init.sh CMD ./init.sh \ No newline at end of file