Skip to content

Commit

Permalink
Rename dev.Dockerfile to Dockerfile
Browse files Browse the repository at this point in the history
The new name is more appropriate since it is not just
used for development
  • Loading branch information
candleindark committed Feb 20, 2024
1 parent ef51857 commit e0e902e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
web:
build:
dockerfile: dev.Dockerfile
dockerfile: Dockerfile
## Old docker-compose asked for context but this was still insufficient
## since it could then "link" the built image here to be used for the worker
# context: .
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.read-only.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
read-only-web:
build:
dockerfile: dev.Dockerfile
dockerfile: Dockerfile
## Old docker-compose asked for context but this was still insufficient
## since it could then "link" the built image here to be used for the worker
# context: .
Expand Down

0 comments on commit e0e902e

Please sign in to comment.