Skip to content

Commit

Permalink
Fix dev dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosenpfand committed Aug 6, 2023
1 parent f734398 commit e0d122b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version: '3'
services:
app:
build:
context: .
dockerfile: dev.Dockerfile
volumes:
- ..:/app:cached
command: flask run --debug --host=0.0.0.0 -p 80
File renamed without changes.

0 comments on commit e0d122b

Please sign in to comment.