Skip to content

Commit

Permalink
Removed seeder, added alpine to backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
dasscheman committed Sep 13, 2024
1 parent b753f14 commit fb27aed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion openshift/openshift-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ php artisan config:clear
echo "⭐️ Run artisan migrate";

php artisan db:show
php artisan migrate --seed
php artisan migrate

##composer install --no-dev --no-scripts
npm run build

Expand Down
2 changes: 1 addition & 1 deletion openshift/openshift.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm
FROM php:8.2-fpm-alpine3.17

COPY composer.lock composer.json /var/www/
# set workdir
Expand Down

0 comments on commit fb27aed

Please sign in to comment.