mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-13 11:47:13 +01:00
another symlink bug
This commit is contained in:
parent
6a9a596cd8
commit
dc3c040d7c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user