Fixed some bugs
Images should not be included in the database Removes songs where the path doesn't work Started working on adding cover images Started adding vue directly in the application
This commit is contained in:
@@ -9,7 +9,6 @@ FROM golang:1.15.5-alpine
|
|||||||
RUN apk add --no-cache bash
|
RUN apk add --no-cache bash
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
VOLUME /sorted
|
VOLUME /sorted
|
||||||
VOLUME /sorterat
|
|
||||||
VOLUME /doc
|
VOLUME /doc
|
||||||
|
|
||||||
ENV DB_HOST ""
|
ENV DB_HOST ""
|
||||||
@@ -19,9 +18,9 @@ ENV DB_PASSWORD ""
|
|||||||
ENV DB_NAME ""
|
ENV DB_NAME ""
|
||||||
|
|
||||||
COPY --from=build_go /music-server/MusicServer .
|
COPY --from=build_go /music-server/MusicServer .
|
||||||
COPY docss/swagger.yaml .
|
COPY docs/swagger.yaml .
|
||||||
COPY ./songs/ ./songs/
|
COPY ./songs/ ./songs/
|
||||||
COPY ./init.sh .
|
COPY ./init.sh .
|
||||||
RUN chmod 777 ./conf.sh
|
RUN chmod 777 ./init.sh
|
||||||
|
|
||||||
CMD ./init.sh
|
CMD ./init.sh
|
||||||
Reference in New Issue
Block a user