Skip to content

Commit

Permalink
fix(Dockerfile): disable dev file
Browse files Browse the repository at this point in the history
Originally was in commit 812d481
  • Loading branch information
0x0013 committed Mar 18, 2024
1 parent d90b7a6 commit 19e468e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- redis
build:
context: .
dockerfile: Dockerfile.dev
dockerfile: _Dockerfile.dev
ports:
- 4141:4141
volumes:
Expand Down

0 comments on commit 19e468e

Please sign in to comment.