Changes to cache location

This commit is contained in:
2024-03-20 12:55:10 +01:00
parent 0447e9edd2
commit 3a831a5194
2 changed files with 14 additions and 5 deletions
+2
View File
@@ -1,5 +1,7 @@
FROM rust:1.76.0
ENV CURRENCY_CACHE="/tmp/docker_currency_cache.db"
WORKDIR /usr/src/currency-exchange
COPY . .