remove caching of rust environment
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
ohrwurm:
|
||||
build: .
|
||||
container_name: ohrwurm
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- DISCORD_TOKEN=${DISCORD_TOKEN}
|
||||
- DISCORD_APP_ID=${DISCORD_APP_ID}
|
||||
- ADMIN=${ADMIN}
|
||||
- RUST_LOG=info
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
Reference in New Issue
Block a user