This commit is contained in:
parent
f90e4048ef
commit
2ac74d5d76
@ -47,7 +47,7 @@ jobs:
|
|||||||
uses: https://gitea.joylink.club/docker/build-push-action@v5
|
uses: https://gitea.joylink.club/docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile-manager
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
gitea.joylink.club/joylink/rtsam:lt
|
gitea.joylink.club/joylink/rtsam:lt
|
||||||
|
@ -13,7 +13,7 @@ RUN cp /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
|||||||
|
|
||||||
WORKDIR /rtsa
|
WORKDIR /rtsa
|
||||||
COPY ./target/x86_64-unknown-linux-musl/release/manager ./rtsa_m
|
COPY ./target/x86_64-unknown-linux-musl/release/manager ./rtsa_m
|
||||||
COPY ./conf/* ./conf/
|
COPY ./manager/conf/* ./conf/
|
||||||
COPY ./migrations/* ./migrations/
|
COPY ./migrations/* ./migrations/
|
||||||
|
|
||||||
EXPOSE 8765
|
EXPOSE 8765
|
Loading…
Reference in New Issue
Block a user