Commit 4a6e2799f09e946094b41c1bfb1920fb3fd3b0ed
1 parent
3552b2ad
Exists in
dev
Fixing endofline issue of windows
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
docker/PYROS_DOCKER_START.sh
1 | export CURRENT_UID=$(id -u) | 1 | export CURRENT_UID=$(id -u) |
2 | export COMPUTER_HOSTNAME=$HOSTNAME | 2 | export COMPUTER_HOSTNAME=$HOSTNAME |
3 | docker-compose down --remove-orphans | 3 | docker-compose down --remove-orphans |
4 | -docker-compose up -d | 4 | -docker-compose up -d |
5 | +docker-compose up -d | ||
5 | \ No newline at end of file | 6 | \ No newline at end of file |