nitrog0d / palworld-arm64

Palworld Arm64 Dedicated server with Docker and FEX
100 stars 5 forks source link

Dockerfile gives multiple errors. #9

Open FeroWar opened 6 months ago

FeroWar commented 6 months ago

So basically while trying to set it up i couldnt get it to work so i ran the dockerfile by doing "sudo docker build -t server ." and after a while it game me errors in the building process seen bellow. i dont really know what i am doing so any help is apreciated. imagem

Rodelkoenig commented 6 months ago

Did you chmod 777 / chown your bind volume?

FeroWar commented 6 months ago

again as i said i am very new to docker and linux servers in general can you explain where or what the bind volume is. i alredi did chmod 777 for the folder docker is started in and for palworld.

Rodelkoenig commented 6 months ago

image

This refers to step 2 of the "Getting started":

Create palworld sub-directory on the folder and run chmod 777 palworld for full permissions or use chown -R 1000:1000 palworld/.

Do you have this palworld folder in "/home/ubuntu/palworld-arm64" and did you chmod 777 it?

FeroWar commented 6 months ago

yes i do and i did both commands and confirmed that its permisions are 777.