feat: fix container recreate
All checks were successful
Container build / container-build (push) Successful in 3m21s

This commit is contained in:
Job
2024-12-13 19:38:03 +01:00
parent a0b65c856d
commit 3560f348a7
2 changed files with 12 additions and 26 deletions

View File

@@ -26,4 +26,3 @@ COPY --chown=user:user config/nvim/lazyvim.json /home/user/.config/nvim/lazyvim.
# === setup container ===
ENV TZ="Europe/Amsterdam"
VOLUME /home/user/.local /home/user/.cache
CMD ["bash", "-l"]