~starkingdoms/starkingdoms

af5657fd9be9206861244d00b18b1d26f6b0fafa — c0repwn3r 2 years ago 9133049
keep build images up to date
2 files changed, 4 insertions(+), 0 deletions(-)

M api.Dockerfile
M server.Dockerfile
M api.Dockerfile => api.Dockerfile +2 -0
@@ 1,5 1,7 @@
FROM ghcr.io/void-linux/void-linux:latest-full-x86_64

RUN xbps-install -Syyu

COPY target/release/starkingdoms-api /bin/starkingdoms-api

CMD ["/bin/starkingdoms-api"]
\ No newline at end of file

M server.Dockerfile => server.Dockerfile +2 -0
@@ 1,5 1,7 @@
FROM ghcr.io/void-linux/void-linux:latest-full-x86_64

RUN xbps-install -Syyu

COPY target/release/starkingdoms-server /bin/starkingdoms-server

CMD ["/bin/starkingdoms-server"]
\ No newline at end of file