diff --git a/Dockerfile b/Dockerfile index 3166ca2..5e3e898 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ FROM rust:slim-trixie WORKDIR /jon -ENV TOKEN=$TOKEN CMD ["cargo", "run"] \ No newline at end of file diff --git a/compose.yml b/compose.yml index 1ef53b4..0af7b0e 100644 --- a/compose.yml +++ b/compose.yml @@ -3,6 +3,4 @@ services: build: . volumes: - .:/jon - environment: - - TOKEN=changeme! restart: always \ No newline at end of file