Compare commits

..

16 Commits

Author SHA1 Message Date
2d77d3d21d update 2025-07-04 15:24:30 -07:00
8ba6ffc11c update 2025-07-04 12:35:22 -07:00
d9721cc5ae update 2025-07-03 15:58:51 -07:00
d8cc2ad10b update 2025-07-03 13:07:38 -07:00
faac02f48e updates 2025-07-03 11:53:46 -07:00
73b5c061ad tets 2025-07-02 13:24:30 -07:00
73a122f2f9 dfgh 2025-07-02 13:23:14 -07:00
e6e5426a42 hdfgjghj 2025-07-02 13:18:14 -07:00
7c205d9aee fghdfgh 2025-07-02 13:17:36 -07:00
d7821a7a6d tr674567 2025-07-02 13:11:38 -07:00
ab5495d9bf fgdhfdgh 2025-07-02 13:11:11 -07:00
235dca1887 update 2025-07-01 08:33:03 -07:00
d634a1d236 test 2025-07-01 08:23:57 -07:00
3bd7a7e226 test 2025-07-01 07:55:08 -07:00
7a4c5f3610 dfghshfh 2025-07-01 07:52:41 -07:00
31b6437600 rerfghdf 2025-07-01 07:52:31 -07:00
2 changed files with 9 additions and 5 deletions

View File

@@ -3,4 +3,7 @@
# All rights reserved
docker build --pull --rm -f "vanilla/Dockerfile" -t gitea.fithwum.tech/fithwum/vintage-story:latest "vanilla"
docker push gitea.fithwum.tech/fithwum/vintage-story:latest
docker push -a gitea.fithwum.tech/fithwum/vintage-story
docker build --pull --rm -f "vanilla/Dockerfile" -t fithwum/vintage-story:latest "vanilla"
docker push -a fithwum/vintage-story

View File

@@ -1,5 +1,5 @@
FROM gitea.fithwum.tech/fithwum/base-image:debian-bullseye
LABEL maintainer "fithwum"
FROM gitea.fithwum.tech/fithwum/debian-base:bookworm
LABEL maintainer="fithwum"
# Environment Variables
ENV VS_CHANNEL=""
@@ -24,8 +24,9 @@ RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
RUN mkdir -p /VSserver /VSserver/server /VSserver/data /VStemp /VStemp/files \
&& chmod 777 -R /VSserver /VStemp \
&& chown 99:100 -R /VSserver /VStemp
ADD "$INSTALL_SCRIPT" /VStemp
RUN chmod +x /VStemp/install_script.sh
RUN wget --no-cache "$INSTALL_SCRIPT" -O /VStemp/install_script.sh \
&& chmod +x /VStemp/install_script.sh
# Directory where data is stored
VOLUME /VSserver