Skip to content

Commit b70f95b

Browse files
authored
Merge pull request #1 from moevm/feature/nginx
Feature/nginx
2 parents 2d45fb6 + 33ec697 commit b70f95b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+11798
-11770
lines changed
File renamed without changes.

entrypoint.sh renamed to application/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ if [ ! -e $CONTAINER_ALREADY_STARTED ]; then
66
touch $CONTAINER_ALREADY_STARTED
77
python3 pay_parking/manage.py loaddata pay_parking/db.json
88
fi
9+
python3 pay_parking/manage.py collectstatic
10+
cp -r /app/pay_parking/collected_static/. /backend_static/static/
911
python3 pay_parking/manage.py runserver 0.0.0.0:${APP_PORT}
File renamed without changes.

pay_parking/mongo_migrations/admin/0001_initial.py renamed to application/pay_parking/mongo_migrations/admin/0001_initial.py

File renamed without changes.
File renamed without changes.

pay_parking/mongo_migrations/auth/0001_initial.py renamed to application/pay_parking/mongo_migrations/auth/0001_initial.py

File renamed without changes.
File renamed without changes.

pay_parking/mongo_migrations/contenttypes/0001_initial.py renamed to application/pay_parking/mongo_migrations/contenttypes/0001_initial.py

File renamed without changes.

0 commit comments

Comments
 (0)