Skip to content
Snippets Groups Projects
Commit 4568dbd2 authored by Auke Klazema's avatar Auke Klazema
Browse files

TMSS-143: Fix typo

parent 8f144bd6
No related branches found
No related tags found
1 merge request!101Resolve TMSS-143 "2"
...@@ -5,7 +5,7 @@ services: ...@@ -5,7 +5,7 @@ services:
restart: on-failure restart: on-failure
env_file: env_file:
- ./.env - ./.env
command: bash -c 'source /opt/lofar/lofarinit.sh && python3 libi64/python3.6/site-packages/lofar/sas/tmss/manage.py runserver 0.0.0.0:8008' command: bash -c 'source /opt/lofar/lofarinit.sh && python3 lib64/python3.6/site-packages/lofar/sas/tmss/manage.py runserver 0.0.0.0:8008'
ports: ports:
- "8008:8008" - "8008:8008"
testprovider: testprovider:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment