mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-06-26 03:58:00 +02:00
another symlink bug
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user