M-griffin / Oblivion2-XRM

Oblivion/2 XRM BBS Software
Other
89 stars 13 forks source link

Dockerfile Update Main RUN command to a single RUN statement for all … #233

Closed M-griffin closed 2 years ago

M-griffin commented 2 years ago

…packages. Read this is the best way to handle Run commands as a single statement instead of individual RUN commands. This is due to threading possibly, and even through there were not issues, it's better to avoid any future issues.

M-griffin commented 2 years ago

Docker Executions with Docker-Compose

Build Image and Start Container docker-compose build && docker-compose up

You only need to re-build if you make changes in the local repository in which case you can just re-execute the following to start-up the container from the existing image at anytime docker-compose up

M-griffin commented 2 years ago

Initial Documentation completed, The system is a preview and not a release for running a full system at this time. a New Issue will be opened later on when the application is more release ready.