Commit 1f013527 authored by Alexander Lercher's avatar Alexander Lercher

Working execution from root folder

parent 55f18bd2
......@@ -6,7 +6,7 @@ if len(sys.argv) != 2:
raise Exception("Push to Docker Hub will not work, please provide username as argument")
DOCKER_COMPOSE_NAME = "Dockerfile"
ROOT = '../'
ROOT = './'
SOURCEPATH = f'{ROOT}src/'
DOCKER_USERNAME = sys.argv[1]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment