Skip to content

Commit ba6457a

Browse files
committed
Rename Dockerfile into Containerfile.
1 parent 3a06056 commit ba6457a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: docker/build-push-action@v6
7575
with:
7676
context: .
77-
file: Dockerfile.pyfunceble-dev
77+
file: Containerfile.pyfunceble-dev
7878
push: true
7979
tags: |
8080
ghcr.io/${{ steps.repository_name_conversion.outputs.lowercase }}/web-worker-dev:latest
@@ -90,7 +90,7 @@ jobs:
9090
uses: docker/build-push-action@v6
9191
with:
9292
context: .
93-
file: Dockerfile.pyfunceble
93+
file: Containerfile.pyfunceble
9494
push: true
9595
tags: |
9696
ghcr.io/${{ steps.repository_name_conversion.outputs.lowercase }}/web-worker:latest

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ include requirements.txt
1010
include setup.cfg
1111
include setup.py
1212

13-
include Dockerfile.*
13+
include Containerfile.*

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ To pull the image that has been built on top of PyFunceble-dev:
8282

8383
### Docker (self-build)
8484

85-
To build the Dockerfile provided, simply run or adapt the following:
85+
To build the Containerfile provided, simply run or adapt the following:
8686

87-
$ docker build -t pyfunceble_webworker -f [Dockerfile] .
87+
$ docker build -t pyfunceble_webworker -f [Containerfile] .
8888

8989
By default, this project will be built against the latest available
9090
version of PyFunceble. If you want to change that behavior, simply add

0 commit comments

Comments
 (0)