Browse Source
Merge pull request #1 from larsw/fix-reposilite-ports
Open reposilite ports when running it with deploy.sh
custom-downloader
larsw
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
repo/deploy.sh
|
|
@@ -1,4 +1,3 @@ |
|
|
#!/bin/sh |
|
|
#!/bin/sh |
|
|
|
|
|
|
|
|
docker-compose run -u $(id -u):$(id -g) repo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
docker-compose run -u $(id -u):$(id -g) --service-ports repo |