Skip to content

Commit

Permalink
Adicionado o suporte a docker sem o VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
henemer committed Jul 16, 2022
1 parent 6eeb2bf commit 4757d75
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"context": "..",

// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerFile": "../.Dockerfile",
"dockerFile": "../Dockerfile",

// Install relevant extensions in the dev container
"extensions": [
Expand Down
File renamed without changes.
9 changes: 9 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '3'

services:
app:
build: .
container_name: custom_micropython
volumes:
- .:/home/app

0 comments on commit 4757d75

Please sign in to comment.