Update .devcontainer/docker-compose.yml

This commit is contained in:
2025-01-30 11:27:07 +01:00
parent 4ff701c33e
commit cfe4a3c4a3

View File

@@ -4,6 +4,7 @@ services:
context: .
dockerfile: Dockerfile
volumes:
- hackergame-bashhistory:/commandhistory
- ../..:/workspaces:cached
# Overrides default command so things don't shut down after the process ends.