We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.dockerignore
1 parent 0aceb90 commit 585f9c3Copy full SHA for 585f9c3
3 files changed
.dockerignore
@@ -0,0 +1,9 @@
1
+.git/
2
+.vscode/
3
+.idea/
4
+.github/
5
+Backend/
6
+deploy/
7
+!deploy/*.conf
8
+**/*.md
9
+docker-compose*.yml
.github/workflows/prod.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v2
21
22
- name: Build image
23
- run: docker build . --file Dockerfile --tag $IMAGE_NAME
+ run: docker build . --file deploy/Dockerfile --tag $IMAGE_NAME
24
25
- name: Log in to registry
26
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Dockerfile deploy/DockerfileDockerfile renamed to deploy/Dockerfile
0 commit comments