mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Replace the Serai scripts volume for directly copying the files
This should probably be done for the other images as well.
This commit is contained in:
@@ -38,8 +38,6 @@ services:
|
|||||||
args:
|
args:
|
||||||
TAG: serai
|
TAG: serai
|
||||||
entrypoint: /scripts/entry-dev.sh
|
entrypoint: /scripts/entry-dev.sh
|
||||||
volumes:
|
|
||||||
- "./serai/scripts:/scripts"
|
|
||||||
|
|
||||||
serai-base:
|
serai-base:
|
||||||
<<: *serai_defaults
|
<<: *serai_defaults
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ WORKDIR /home/serai
|
|||||||
# Copy necessary files to run node
|
# Copy necessary files to run node
|
||||||
COPY --from=builder /serai/target/release/* /bin/
|
COPY --from=builder /serai/target/release/* /bin/
|
||||||
COPY --from=builder /serai/AGPL-3.0 .
|
COPY --from=builder /serai/AGPL-3.0 .
|
||||||
|
COPY deploy/serai/scripts /scripts
|
||||||
|
|
||||||
# Run node
|
# Run node
|
||||||
EXPOSE 30333 9615 9933 9944
|
EXPOSE 30333 9615 9933 9944
|
||||||
|
|||||||
Reference in New Issue
Block a user