Skip to content

Commit d17315c

Browse files
committed
Fix builds until rustwide bug is fixed
1 parent 3824c85 commit d17315c

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
fetch-depth: 2
7777

7878
- name: Build the Docker image
79-
run: docker build -t docs-rs -f docker/Dockerfile .
79+
run: docker build -t docs-rs -f dockerfiles/Dockerfile .
8080

8181
- name: Upload the Docker image to ECR
8282
uses: rust-lang/simpleinfra/github-actions/upload-docker-image@master

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
web:
44
build:
55
context: .
6-
dockerfile: ./docker/Dockerfile
6+
dockerfile: ./dockerfiles/Dockerfile
77
depends_on:
88
- db
99
- s3
@@ -25,7 +25,7 @@ services:
2525
- .env
2626
db:
2727
build:
28-
context: ./docker
28+
context: ./dockerfiles
2929
dockerfile: ./Dockerfile-postgres
3030
volumes:
3131
- postgres-data:/var/lib/postgresql/data
@@ -50,7 +50,7 @@ services:
5050
MINIO_SECRET_KEY: secret_key
5151
prometheus:
5252
build:
53-
context: ./docker
53+
context: ./dockerfiles
5454
dockerfile: ./Dockerfile-prometheus
5555
ports:
5656
- "9090:9090"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)