Skip to content

Simple django app with upyng: A docker images that has ubuntu:18.04, python:3.6 and nginx installed

Notifications You must be signed in to change notification settings

ozcanyarimdunya/test_upyng

Repository files navigation

Upyng

upyng: A docker images that has ubuntu:18.04, python:3.6 and nginx installed

[Local] Installation and Usage:

make
make run

# Web app will be served on: http://127.0.0.1:8000:

[Docker] Installation and Usage:

make dockerd

# Web app will be served on: http://127.0.0.1:8910: