2 Commits
4.5.0 ... 4.5.1

Author SHA1 Message Date
c369b13fae Added characters to Dockerfile
All checks were successful
Build / build (push) Successful in 39s
Publish / publish (push) Successful in 47s
2025-11-08 11:54:51 +01:00
bef915ac6d Fixed gitea script
All checks were successful
Build / build (push) Successful in 39s
2025-11-07 21:10:40 +01:00
3 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
name: Build
run-name: ${{ gitea.actor }} is runs ci pipeline
#on:
# release:
# types: [published]

View File

@@ -1,6 +1,6 @@
name: Publish
run-name: ${{ gitea.actor }} is runs ci pipeline
#on:
# release:
# types: [published]

View File

@@ -21,6 +21,7 @@ FROM golang:1.23-alpine
EXPOSE 8080
VOLUME /sorted
VOLUME /frontend
VOLUME /characters
ENV PORT 8080
ENV DB_HOST ""
@@ -29,6 +30,7 @@ ENV DB_USERNAME ""
ENV DB_PASSWORD ""
ENV DB_NAME ""
ENV MUSIC_PATH ""
ENV CHARACTERS_PATH ""
COPY --from=build_go /app/main .
COPY ./songs/ ./songs/