Skip to content

Commit 2feec85

Browse files
committed
Merge pull request Syncano#3 from Syncano/fix_url
Our official new url.
2 parents a765b12 + ef4c304 commit 2feec85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -qqy git
88

99
RUN pip install git+https://github.com/syncano/syncano-python@release/4.0
1010

11-
ENV export SYNCANO_APIROOT='https://v4.hydraengine.com/'
11+
ENV export SYNCANO_APIROOT='https://api.syncano.io/'
1212

1313
COPY requirements.txt /tmp/requirements.txt
1414
RUN pip install -r /tmp/requirements.txt

0 commit comments

Comments
 (0)