Skip to content

Commit

Permalink
Add docker-compose.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mai0313 committed Mar 5, 2024
1 parent 0fe4a38 commit caab712
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: '3.8'

services:
stealer:
build:
context: .
dockerfile: Dockerfile
volumes:
- .:/app
ports:
- "8000:8000"

0 comments on commit caab712

Please sign in to comment.