Commit 8fc0c109 authored by John Red Medrano's avatar John Red Medrano

bug fixed on docker compose and Dockerfile

parent 6d041270
......@@ -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