Skip to content

Commit

Permalink
update build tools and other
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-hao committed Sep 16, 2018
1 parent ba618a5 commit 853b523
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.5
RUN openssl req -x509 -newkey rsa:4096 -nodes -out cert.pem -keyout key.pem -days 365 -subj "/C=US/ST=North Carolina/L=Chapel Hill/O=UNC Chapel Hill/OU=RENCI/CN=icees"

RUN pip install flask flask-restful flask-limiter sqlalchemy psycopg2 scipy gunicorn jsonschema flasgger pyyaml tabulate
RUN git clone https://github.com/xu-hao/icees-api
RUN git clone https://github.com/NCATS-Tangerine/icees-api

WORKDIR /icees-api

Expand Down
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
template = {
"info": {
"title": "ICEES API",
"description": "ICEES API [documentation](https://drive.google.com/open?id=12TgOZMFkWQLMhjZeN4RVzdxvlt1VYcO8)",
"description": "ICEES API [documentation](https://drive.google.com/open?id=12TgOZMFkWQLMhjZeN4RVzdxvlt1VYcO8)<br><table><tr><th>version</th><th>table</th></tr><tr><td>1.0.0</td><td>container cdw, acs, nearest road, and cmaq from 2010 to 2011</td></tr></table>",
"version": "0.0.1"
},
"consumes": [
Expand Down
1 change: 1 addition & 0 deletions icees-api-container.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Unit]
Description=ICEES API container
After=docker.service
Requires=docker.service

[Service]
Restart=always
Expand Down

0 comments on commit 853b523

Please sign in to comment.