Skip to content

Commit

Permalink
chore: add devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Feb 19, 2024
1 parent 5710106 commit f5dd2a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"postStartCommand": "make dev",
"service": "workspace",
"workspaceFolder": "/workspace",
"forwardPorts": [
"1883:1883",
"4000:4000"
],
"forwardPorts": [],
"customizations": {
"vscode": {
"extensions": [
Expand Down
1 change: 1 addition & 0 deletions .devcontainer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
ports:
- 8080:8080
volumes:
- /usr/local/share/ca-certificates/:/usr/local/share/ca-certificates/
- ${HOME}/.ssh:/home/vscode/.ssh
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export PATH=~/.asdf/bin:~/.asdf/shims:$PATH
POETRY_VERSION=$(cat .tool-versions|grep 'poetry' | cut -d " " -f 2)
export PATH=~/.asdf/installs/poetry/$POETRY_VERSION/bin:$PATH
echo ""
echo "Disable SSL check in Curl (DKT Fix)"
echo "Disable SSL check in Curl"
echo "insecure" >> ${HOME}/.curlrc
echo ""
echo "Install environment"
Expand Down

0 comments on commit f5dd2a4

Please sign in to comment.