More build tweaking

This commit is contained in:
2026-06-03 22:07:33 +01:00
parent 1e92931851
commit fd419631c2
2 changed files with 19 additions and 8 deletions

View File

@@ -21,7 +21,6 @@ COPY --from=builder /app/target/release/cinderwatch /usr/local/bin/
RUN mkdir /data
VOLUME /data
ENV DB_PATH=/data/bot.db
WORKDIR /app
CMD ["cinderwatch"]