Skip to content

Commit

Permalink
update rebuild-web make action
Browse files Browse the repository at this point in the history
  • Loading branch information
ballPointPenguin committed Feb 21, 2025
1 parent 1cebf73 commit acbf044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ start-FULL-REBUILD: echo_vars stop rm-ALL ## Remove and restart all Docker conta
docker compose ${COMPOSE_FILE_ARGS} --env-file ${ENV_FILE} up ${DETACH_ARG} --build

rebuild-web: echo_vars ## Rebuild and restart just the file-server container and its static assets
docker compose ${COMPOSE_FILE_ARGS} --env-file ${ENV_FILE} up --build file-server
docker compose ${COMPOSE_FILE_ARGS} --env-file ${ENV_FILE} up ${DETACH_ARG} --build --force-recreate file-server

build-web-assets: ## Build and extract static web assets for cloud deployment to `build` dir
docker compose ${COMPOSE_FILE_ARGS} --env-file ${ENV_FILE} create --build --force-recreate file-server
Expand Down

0 comments on commit acbf044

Please sign in to comment.