Skip to content

Commit

Permalink
feat: add compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig committed Nov 17, 2024
1 parent 94880d9 commit a8add00
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
services:
app:
build:
context: .
target: final
ports:
- 5000:5000
environment:
- R_CONFIG_ACTIVE=production

0 comments on commit a8add00

Please sign in to comment.