another symlink bug

This commit is contained in:
Bill 2018-03-10 17:17:16 -06:00
parent 6a9a596cd8
commit dc3c040d7c

View File

@ -17,7 +17,7 @@ mkdir -p $SCENARIOS
mkdir -p $ENTRYPOINTS
#symbolic link the default entrypoint to the entrypoints directory so it can be inspected and copied to new entrypoints
ln -s /docker-entrypoint.sh $ENTRYPOINTS/docker-entrypoint.sh
ln -s -f /docker-entrypoint.sh $ENTRYPOINTS/docker-entrypoint.sh
#chown -R factorio /factorio