ELTE-Clean / Clean-Administration-Platform

2 stars 1 forks source link

Build and Dockerize the Frontend-Backend output #13

Closed Mohido closed 2 years ago

Mohido commented 2 years ago

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 2 years ago

@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 2 years ago

Yes sure I can do that. @Mohido