Commit f16bab63 authored by Gladys Forte's avatar Gladys Forte

requirements docker install instrcution

parent 62b2e6c0
EXPORT IMAGE:
-------------------------
docker save IMAGE_NAME_HERE > latest.tar
-=---------------------
BUILD IMAGE:
-------------------------
docker load -i IMAGE_NAME
-------------------------
CREATE CONTAINER
-----------------------------
BACK END:
docker run -d --restart=always -p 1010:8000 dev-rmsv2 python manage.py runserver 0.0.0.0:8000
------------------------
FRONT END:
docker run -d --restart=always -p 3001:3000 sit_rms_webv2 npm start
Clear Cache REDIS
config set stop-writes-on-bgsave-error no
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