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

deploy-dev

parent a9a63f61
...@@ -27,11 +27,11 @@ services: ...@@ -27,11 +27,11 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
command: python manage.py runserver 0.0.0.0:8000 command: "python manage.py runserver 0.0.0.0:${export}"
volumes: volumes:
- .:/code - .:/code
ports: ports:
- "${export}:8000" - "${export}:${export}"
container_name: dev_rmsv2_api_container container_name: dev_rmsv2_api_container
restart: always 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