Build and Dockerize the Frontend-Backend output
Closed this issue · 2 comments
Mohido commented
In this issue, you need to output a docker image that holds both the frontend files and the backend files. The folder can be in the root directory of the repo and with the name /dist or /cleanplatform .. Make sure to add that to the .gitignore because we don't need build files in the repository. After that is done, add the image to the docker-compose-local.yml.
Mohido commented
@Abdulla-Alkhulaqui @RealGorandos If you have a free time, can you dockerize the front-end? I dockerized the backend with the previous issue, but didn't dive much into the frontend part since I don't know what files are important and what not. Therefore, if you can help out that will be very cool.
Abdulla-Alkhulaqui commented
Yes sure I can do that.
@Mohido