mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 03:05:35 +00:00
update Dockerfile
This commit is contained in:
parent
546397b777
commit
8069eb5496
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -155,7 +155,6 @@ jobs:
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
type=sha
|
||||
|
||||
- name: print directory
|
||||
run: |
|
||||
ls -R
|
||||
@ -165,5 +164,5 @@ jobs:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm
|
||||
push: true
|
||||
tags: ghcr.io/swing-opensource/swingmusic:${{inputs.tag}}
|
||||
tags: ghcr.io/${{github.repository}}:${{inputs.tag}}
|
||||
labels: ${{ steps.meta.outputs.labels }}w
|
||||
|
@ -4,6 +4,8 @@ WORKDIR /
|
||||
|
||||
COPY ./dist/swingmusic /swingmusic
|
||||
|
||||
RUN chmod +x /swingmusic
|
||||
|
||||
EXPOSE 1970/tcp
|
||||
|
||||
VOLUME /music
|
||||
|
Loading…
x
Reference in New Issue
Block a user