Skip to content

Commit

Permalink
Merge pull request #120 from Mirasaki/mirasaki
Browse files Browse the repository at this point in the history
fix(docker): include config.js volume
  • Loading branch information
Mirasaki committed Mar 29, 2024
2 parents 4e0424d + df0311b commit a07276c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -3,9 +3,6 @@ name: Release
on:
# Dispatch manually
workflow_dispatch:
push:
branches:
- main

jobs:
release:
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Expand Up @@ -8,4 +8,6 @@ services:
env_file:
- .env
environment:
- NODE_ENV=production
- NODE_ENV=production
volumes:
- ./config.js:/app/config.js

0 comments on commit a07276c

Please sign in to comment.