Merge pull request #211 from TxtDot/dc09/docker-env-fix

fix(docker): change dist/.env path after restructuring
This commit is contained in:
Artemy Egorov 2024-07-25 19:02:40 +03:00 committed by GitHub
commit c7d9e96d35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
packages: write packages: write
steps: steps:
- uses: actions/delete-package-versions@v5 - uses: actions/delete-package-versions@v5
with: with:
package-name: 'txtdot' package-name: 'txtdot'
package-type: 'container' package-type: 'container'
delete-only-untagged-versions: 'true' delete-only-untagged-versions: 'true'

View File

@ -7,4 +7,4 @@ services:
- '8080:8080' - '8080:8080'
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- '.env:/app/.env' - '.env:/app/packages/server/dist/.env'