File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2222 git checkout $LATEST_TAG
2323 echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
2424
25+ - name : Create env variables
26+ run : |
27+ cp client/.env.example client/.env
28+ cp server/.env.example server/.env
29+
2530 - name : Pull Development Image
2631 run : docker compose -f docker-compose.dev.yml pull
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ password: useruser
2323- [ Online App Demo] ( #online-app-demo )
2424- [ Using with Google Sites] ( #using-with-google-sites )
2525 - [ A. Embed a File Card] ( #a-embed-a-file-card )
26- - [ Embed a Full Page Containing a Group of File Cards] ( #b-embed-a-full-page-containing-a-group-of-file-cards )
26+ - [ B. Embed a Full Page Containing a Group of File Cards] ( #b-embed-a-full-page-containing-a-group-of-file-cards )
2727- [ Requirements] ( #requirements )
2828- [ Installation] ( #installation )
2929- [ Run with Docker] ( #run-with-docker )
You can’t perform that action at this time.
0 commit comments