Skip to content

Commit

Permalink
Remove cargo edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
9876691 committed May 25, 2022
1 parent 60dfafc commit 0b4679e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-env-as-code/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- ~/.ssh:/home/host-ssh:cached
# We need this so docker in docker works (Check this)
- /var/run/docker.sock:/var/run/docker.sock
#- target:/app/workspace/target # Set target as a volume for performance.
- target:/app/workspace/target # Set target as a volume for performance.
#- node_modules:/vscode/node_modules # Set target as a volume for performance.

environment:
Expand Down

0 comments on commit 0b4679e

Please sign in to comment.