diff --git a/projects/thumbgun/Makefile b/projects/thumbgun/Makefile index d300338d699f0..c25136f65701b 100644 --- a/projects/thumbgun/Makefile +++ b/projects/thumbgun/Makefile @@ -1,11 +1,11 @@ docker: - @docker-compose -f _build/docker-compose.yml up -d + @docker compose -f _build/docker-compose.yml up -d shell: - @docker-compose -f _build/docker-compose.yml exec npm sh + @docker compose -f _build/docker-compose.yml exec npm sh dev: - @docker-compose -f _build/docker-compose.yml exec -e NODE_ENV=development npm npm --prefix _build run build + @docker compose -f _build/docker-compose.yml exec -e NODE_ENV=development npm npm --prefix _build run build build: - @docker-compose -f _build/docker-compose.yml exec -e NODE_ENV=production npm npm --prefix _build run build + @docker compose -f _build/docker-compose.yml exec -e NODE_ENV=production npm npm --prefix _build run build diff --git a/projects/thumbgun/_build/index.ejs b/projects/thumbgun/_build/index.ejs index 4823df50e9513..1cb1463059bcb 100644 --- a/projects/thumbgun/_build/index.ejs +++ b/projects/thumbgun/_build/index.ejs @@ -157,6 +157,21 @@ +
A story published on Medium about creating a fully functional, practical, Symfony 6 based application.
The requirements for the app:
The code is hosted on GitHub and is available for free under MIT license.
A story published on Medium about creating a fully functional, practical, Symfony 6 based application.
The requirements for the app:
The code is hosted on GitHub and is available for free under MIT license.