Don't run server on install, pterodactyl doesn't expose ports during install.
This commit is contained in:
parent
45ef595bae
commit
c4f68d53ca
2 changed files with 0 additions and 6 deletions
|
@ -21,5 +21,3 @@ RUN apt-get update
|
|||
RUN apt-get upgrade -y
|
||||
|
||||
COPY --from=BUILDER /app/out/server /app/server
|
||||
|
||||
ENTRYPOINT ["/app/server"]
|
||||
|
|
|
@ -2,8 +2,4 @@
|
|||
|
||||
cp /app/server /mnt/server/server
|
||||
|
||||
pushd /mnt/server
|
||||
./server
|
||||
popd
|
||||
|
||||
echo "Initial Install completed"
|
Loading…
Add table
Add a link
Reference in a new issue