Skip to content

Commit

Permalink
add dev docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
wuminzhe committed Aug 21, 2023
1 parent c9fb7b1 commit e744d14
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: "3"
services:
server:
build: .
env_file:
- .env
command: ruby src/server.rb
ports:
- "4567:4567"
volumes:
- .:/usr/src/app

0 comments on commit e744d14

Please sign in to comment.