mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-07 03:35: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}}.{{minor}}
|
||||||
type=semver,pattern={{major}}
|
type=semver,pattern={{major}}
|
||||||
type=sha
|
type=sha
|
||||||
|
|
||||||
- name: print directory
|
- name: print directory
|
||||||
run: |
|
run: |
|
||||||
ls -R
|
ls -R
|
||||||
@ -165,5 +164,5 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm
|
platforms: linux/amd64,linux/arm
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/swing-opensource/swingmusic:${{inputs.tag}}
|
tags: ghcr.io/${{github.repository}}:${{inputs.tag}}
|
||||||
labels: ${{ steps.meta.outputs.labels }}w
|
labels: ${{ steps.meta.outputs.labels }}w
|
||||||
|
@ -4,6 +4,8 @@ WORKDIR /
|
|||||||
|
|
||||||
COPY ./dist/swingmusic /swingmusic
|
COPY ./dist/swingmusic /swingmusic
|
||||||
|
|
||||||
|
RUN chmod +x /swingmusic
|
||||||
|
|
||||||
EXPOSE 1970/tcp
|
EXPOSE 1970/tcp
|
||||||
|
|
||||||
VOLUME /music
|
VOLUME /music
|
||||||
|
Loading…
x
Reference in New Issue
Block a user