Don't run server on install, pterodactyl doesn't expose ports during install.

This commit is contained in:
zontreck 2024-05-25 05:49:18 -07:00
parent 45ef595bae
commit c4f68d53ca
2 changed files with 0 additions and 6 deletions

View file

@ -21,5 +21,3 @@ RUN apt-get update
RUN apt-get upgrade -y
COPY --from=BUILDER /app/out/server /app/server
ENTRYPOINT ["/app/server"]

View file

@ -2,8 +2,4 @@
cp /app/server /mnt/server/server
pushd /mnt/server
./server
popd
echo "Initial Install completed"