Skip to content

Commit cdc0410

Browse files
committed
Remove unused docker setup
The deployment doesn't use docker, but the heroku buildpack for rust.
1 parent bd0aeb4 commit cdc0410

File tree

3 files changed

+0
-61
lines changed

3 files changed

+0
-61
lines changed

.dockerignore

-2
This file was deleted.

.github/workflows/main.yml

-3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@ jobs:
2323
cargo build --all --locked
2424
cargo clippy -- --deny warnings
2525
cargo test --all --locked
26-
27-
- name: Build the Docker image
28-
run: docker build -t website .

Dockerfile

-56
This file was deleted.

0 commit comments

Comments
 (0)