Skip to content

Commit

Permalink
chore: devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Feb 16, 2024
1 parent 988ad9a commit 70e4aca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
version: "3.9"
# version: "3.9"
services:
workspace:
build:
context: ..
ssh:
- default
dockerfile: .devcontainer/Dockerfile
args:
# 3, 3.10, 3.9, 3.8, 3.7, 3.6, 3-bullseye, 3.10-bullseye, 3.9-bullseye, 3.8-bullseye,
Expand All @@ -11,7 +13,7 @@ services:
LOCAL: fr_FR.UTF-8
ports:
- 8080:8080
volumes:
environment:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ..:/workspace:cached
Expand Down

0 comments on commit 70e4aca

Please sign in to comment.