Changed the structure of the whole application, should be no changes to functionality.
This commit is contained in:
@@ -19,9 +19,9 @@ ENV DB_PASSWORD ""
|
||||
ENV DB_NAME ""
|
||||
|
||||
COPY --from=build_go /music-server/MusicServer .
|
||||
COPY ./doc/swagger.yaml .
|
||||
COPY docss/swagger.yaml .
|
||||
COPY ./songs/ ./songs/
|
||||
COPY ./init.sh .
|
||||
RUN chmod 777 ./init.sh
|
||||
RUN chmod 777 ./conf.sh
|
||||
|
||||
CMD ./init.sh
|
||||
Reference in New Issue
Block a user