Skip to content

Commit

Permalink
set JSON dir to volumes on compse.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sasagar committed May 21, 2023
1 parent ede5bb4 commit fe16fd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
npm-debug.log
Dockerfile
compose.yml
.env
.env
JSON/*
1 change: 1 addition & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ services:
restart: always
volumes:
- .env:/usr/src/app/.env:ro
- ./JSON:/usr/src/app/JSON
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grizzco-misskey-bot",
"version": "1.0.0-beta1",
"version": "1.0.0-beta2",
"description": "Misskeyにスケジュール更新を流すBotです。",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit fe16fd0

Please sign in to comment.