We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a765b12 + ef4c304 commit 2feec85Copy full SHA for 2feec85
Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -qqy git
8
9
RUN pip install git+https://github.com/syncano/syncano-python@release/4.0
10
11
-ENV export SYNCANO_APIROOT='https://v4.hydraengine.com/'
+ENV export SYNCANO_APIROOT='https://api.syncano.io/'
12
13
COPY requirements.txt /tmp/requirements.txt
14
RUN pip install -r /tmp/requirements.txt
0 commit comments