Skip to content

Commit c83494d

Browse files
authored
Merge pull request #104 from rosette-api/WS-2705-migrate-images
WS-2705: "Migrate images - dockerhub org update"
2 parents 40c30a7 + 63ca14a commit c83494d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To test changes you have made to the binding, you can use a pre-configured Docke
4747
git clone git@github.com:rosette-api/python.git
4848
cd python
4949
# Modify the binding...
50-
docker run -e API_KEY=$API_KEY -v $(pwd):/source rosetteapi/docker-python
50+
docker run -e API_KEY=$API_KEY -v $(pwd):/source rosette/docker-python
5151
```
5252

5353
Optional parameters for the `docker run` execution are:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
application:
2-
image: rosetteapi/docker-python
2+
image: rosette/docker-python
33
environment:
44
- API_KEY=$API_KEY
55
- HTTP_PROXY=http://squid:3128

0 commit comments

Comments
 (0)