NO-US - Fix Dockerfile, docker-compose. Add nginx config.
Closes #1 (closed)
Trello Card Link
No Trello card.
Added
- NGINX default server configuration file
nginx.conf
.
Removed
Not applicable.
Changed
- Changed docker-compose file port mapping to
80:80
(fix). - Changed Dockerfile to use the new
nginx.conf
file.
How to Test
Clone the repository and use the following command in the root:
docker compose up --build
Screenshots
None.