-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed target to geographica's fork
- Loading branch information
Luis Arce
authored and
Ubuntu
committed
May 28, 2019
1 parent
ba57d1c
commit 696c5db
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM python:2-alpine | ||
MAINTAINER Victor M. Varela <[email protected]> | ||
|
||
ADD https://github.com/CartoDB/cdb-manager/archive/master.zip . | ||
ADD https://github.com/GeographicaGS/cdb-manager/archive/master.zip . | ||
RUN unzip master.zip | ||
WORKDIR ./cdb-manager-master | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
docker build --pull=true -t geographica/cdb-manager . | ||
docker rm cdb-manager -f | ||
docker run -d --name='cdb-manager' --restart='unless-stopped' -p 8080:8000 geographica/cdb-manager |