Skip to content

Commit

Permalink
add docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
emmysteven committed Oct 21, 2023
1 parent d1a9aaa commit 4d143f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: "3.9"

services:
app:
build: ./
ports:
- 8080:8080
restart: on-failure
env_file: ./.env.dev
tty: true

0 comments on commit 4d143f7

Please sign in to comment.