Reverting tests
All checks were successful
Build on Commit / build-and-push-image (push) Successful in 10m9s

This commit is contained in:
2024-03-01 14:43:14 -06:00
parent a10ecf1262
commit 7b274706c2
2 changed files with 0 additions and 4 deletions

View File

@@ -30,5 +30,3 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
/var/tmp/* \ /var/tmp/* \
/var/log/* && \ /var/log/* && \
chown ${USER}:${USER} /home/container chown ${USER}:${USER} /home/container
#Testing build trigger

View File

@@ -3,5 +3,3 @@ FROM gitea.taco.quest/mindfang/pterodactyl-yolks:steamcmd-installer
USER ${USER} USER ${USER}
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"] ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
#Testing build trigger