Skip to content

Commit

Permalink
Changed target to geographica's fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Arce authored and Ubuntu committed May 28, 2019
1 parent ba57d1c commit 696c5db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
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

Expand Down
4 changes: 4 additions & 0 deletions deploy.sh
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

0 comments on commit 696c5db

Please sign in to comment.