Skip to content

Commit

Permalink
Refresh seed
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Mar 4, 2024
1 parent b44212a commit 893c45b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6,558 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY composer.json composer.json
COPY composer.lock composer.lock
RUN composer install --ignore-platform-reqs --no-interaction --prefer-dist

FROM craftcms/nginx:8.1
FROM craftcms/nginx:8.2

USER root
RUN apk add --no-cache mysql-client mariadb-connector-c git
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ update:
${EXEC} php craft queue/run --interactive=0
restore:
${EXEC} php craft db/restore ${DUMPFILE}
drop:
${EXEC} php craft db/drop-all-tables --interactive=0
backup:
${EXEC} php craft db/backup ${DUMPFILE} --overwrite --interactive=0
docker cp $(shell ${WEB_CONTAINER}):/app/composer.lock ./
Expand Down
36 changes: 18 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 893c45b

Please sign in to comment.