Skip to content

Commit 585f9c3

Browse files
committed
Add .dockerignore, transfer dockerfile to deploy folder
1 parent 0aceb90 commit 585f9c3

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.dockerignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v2
2121

2222
- name: Build image
23-
run: docker build . --file Dockerfile --tag $IMAGE_NAME
23+
run: docker build . --file deploy/Dockerfile --tag $IMAGE_NAME
2424

2525
- name: Log in to registry
2626
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
File renamed without changes.

0 commit comments

Comments
 (0)