Closed zerobonx closed 8 months ago
What version of Docker are you using? Based on the link it sounds like you're using a version older than 23.0, if that is the case try running this:
DOCKER_BUILDKIT=1 docker image build -t modded-palworld-docker-server .
I use Container Manager (Docker) from Synology - version 20.10.23-1437
Try cloning and building the image again, I didn't realize the mods folder got deleted sorry about that.
stopping at step 18
Step 18/23 : COPY --chown=steam:steam --chmod=755 ./scripts/*.sh /palworld/Scripts the --chmod option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled