Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 9ee9dd1

Browse files
committed
correct build scripts
1 parent 1fedad1 commit 9ee9dd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python2.7/build-image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
docker build -t robpco/mssql-flask-uwsgi-nginx:python2.7 .
3+
docker build -t robpco/flask-mssql-nginx:python2.7 .

python3.6/build-image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
docker build -t robpco/mssql-flask-uwsgi-nginx:python3.6 .
3+
docker build -t robpco/flask-mssql-nginx:python3.6 .

0 commit comments

Comments
 (0)