Commit 871083c3 authored by John Red Medrano's avatar John Red Medrano

Merge pull request #15 in RMS/api-main-service from red-develop to dev

* commit '8fc0c109':
  bug fixed on docker compose and Dockerfile
parents ef0bb04f 8fc0c109
......@@ -6,3 +6,4 @@ COPY . /code
WORKDIR /code
RUN pip install -r requirements/local.txt
EXPOSE 7010
RUN python manage.py migrate
......@@ -9,7 +9,6 @@ services:
- .:/code
ports:
- 7010:8000
restart: always
networks:
rms_main_network:
ipv4_address: 172.168.70.10
......
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