24
1
Fork 0

Update Docker documentation to use our image registry

This commit is contained in:
timvisee 2020-10-15 19:56:07 +02:00
parent 175040acec
commit beb194f3e0
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ $ docker run --net=host -e 'NODE_ENV=production' \
-e 'SENTRY_CLIENT=https://51e23d7263e348a7a3b90a5357c61cb2@sentry.prod.mozaws.net/168' \
-e 'SENTRY_DSN=https://51e23d7263e348a7a3b90a5357c61cb2:65e23d7263e348a7a3b90a5357c61c44@sentry.prod.mozaws.net/168' \
-e 'BASE_URL=https://send.firefox.com' \
mozilla/send:latest
registry.gitlab.com/timvisee/send:latest
```