Skip to content

Commit

Permalink
fix: create temp .env file on docker pull
Browse files Browse the repository at this point in the history
  • Loading branch information
weaponsforge committed Nov 1, 2024
1 parent bfffe59 commit 7399569
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/pull-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ jobs:
git checkout $LATEST_TAG
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
- name: Create env variables
run: |
cp client/.env.example client/.env
cp server/.env.example server/.env
- name: Pull Development Image
run: docker compose -f docker-compose.dev.yml pull
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ password: useruser
- [Online App Demo](#online-app-demo)
- [Using with Google Sites](#using-with-google-sites)
- [A. Embed a File Card](#a-embed-a-file-card)
- [Embed a Full Page Containing a Group of File Cards](#b-embed-a-full-page-containing-a-group-of-file-cards)
- [B. Embed a Full Page Containing a Group of File Cards](#b-embed-a-full-page-containing-a-group-of-file-cards)
- [Requirements](#requirements)
- [Installation](#installation)
- [Run with Docker](#run-with-docker)
Expand Down

0 comments on commit 7399569

Please sign in to comment.