Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagusiak committed Jan 5, 2024
1 parent b1c3c49 commit d853e2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ from ${DOCKER_BASE_IMAGE} as vscode
user root
run apt-get update \
&& apt-get install -y --no-install-recommends \
libxml2-utils \
bash-completion gettext git htop less openssh-client vim
# chrome for testing
run curl https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb --output /tmp/google-chrome.deb \
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ source .env
DB_TEMPLATE=dump

# load the dump
dropdb --if-exists "$DB_TEMPLATE" && createdb "$DB_TEMPLATE"
psql "$DB_TEMPLATE" < dump.sql
# dropdb --if-exists "$DB_TEMPLATE" && createdb "$DB_TEMPLATE"
# psql "$DB_TEMPLATE" < dump.sql
scripts/reset-db.sh "$DB_TEMPLATE" dump.sql

# create your copy
scripts/reset-db.sh "$DB_NAME" "$DB_TEMPLATE"
Expand Down

0 comments on commit d853e2e

Please sign in to comment.