ft_transcendence/frontend
Maieul BOYER 2ed524872b feat(docker): Multi stage docker now fetch deps once
Split dockerfile into three different dockerfiles such that dependencies
are only downloaded once

This allows the build to be a bit faster, since all deps are downloaded
once at the start.

This also makes it so the frontend container no longer needs to be ran,
as its files are directly embedded into the nginx container

This also remove the extra files, since bind mounts do work
it also remove the entrypoint.sh file, as you should prefer to not use
it
2025-12-30 19:02:07 +01:00
..
src clean up 2025-12-30 18:20:16 +01:00
.dockerignore feat(frontend): added frontend 2025-11-11 00:20:26 +01:00
.gitignore feat(frontend): added frontend 2025-11-11 00:20:26 +01:00
Dockerfile feat(docker): Multi stage docker now fetch deps once 2025-12-30 19:02:07 +01:00
index.html added a real frontpage 2025-12-29 16:55:54 +01:00
package.json Clean up starting 2025-12-30 18:20:16 +01:00
pnpm-lock.yaml Clean up starting 2025-12-30 18:20:16 +01:00
pnpm-workspace.yaml feat(frontend): added frontend 2025-11-11 00:20:26 +01:00
tsconfig.json feat(frontend): added frontend 2025-11-11 00:20:26 +01:00
vite.config.js wip 2025-12-11 14:43:46 +01:00