Skip to content

Commit

Permalink
Rever exe scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelukosa committed Jul 4, 2023
1 parent 067a1f9 commit f96fa34
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,4 @@ ${DOCKER_COMPOSE_CMD} up --detach
sleep 5
${DOCKER_COMPOSE_CMD} run --rm php php artisan migrate
${DOCKER_COMPOSE_CMD} run --rm php php artisan db:seed
${DOCKER_COMPOSE_CMD} run --rm php php scripts/create_user.php $USERNAME $EMAIL $PASSWORD

${DOCKER_COMPOSE_CMD} run --rm app npm run build
${DOCKER_COMPOSE_CMD} run --rm app npm prune --omit=dev
${DOCKER_COMPOSE_CMD} run --rm app npm run serve
${DOCKER_COMPOSE_CMD} run --rm php php scripts/create_user.php $USERNAME $EMAIL $PASSWORD

0 comments on commit f96fa34

Please sign in to comment.