We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks to PR #51 (with docker), I noticed a weird thing in code:
I decided to use the local images directly from the frontend folder instead of using the ones from backend/public.
This is because while we develop, we don't have to build the frontend and put it in backend/public.
But with Docker, we only keep the backend folder and thus, we loose all local pictures.
The text was updated successfully, but these errors were encountered:
feat(docker): use nginx docker to serve static content
7adcb12
Split Dockerfile in 2: API and NGINX Closes #53 #54
7e22ed1
3c873e6
maxime1992
No branches or pull requests
Thanks to PR #51 (with docker), I noticed a weird thing in code:
I decided to use the local images directly from the frontend folder instead of using the ones from backend/public.
This is because while we develop, we don't have to build the frontend and put it in backend/public.
But with Docker, we only keep the backend folder and thus, we loose all local pictures.
The text was updated successfully, but these errors were encountered: