Commit b950b7b2 authored by John Red Medrano's avatar John Red Medrano

deploy-dev

parent a9a63f61
......@@ -27,11 +27,11 @@ services:
build:
context: .
dockerfile: Dockerfile
command: python manage.py runserver 0.0.0.0:8000
command: "python manage.py runserver 0.0.0.0:${export}"
volumes:
- .:/code
ports:
- "${export}:8000"
- "${export}:${export}"
container_name: dev_rmsv2_api_container
restart: always
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment