v.0.11.0 ap-server & pico-client
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
#Moin from VSCode
|
||||
|
||||
# FROM python:3.13-slim
|
||||
# RUN apt-get update && apt-get install -y \
|
||||
# git \
|
||||
# curl \
|
||||
# wget \
|
||||
# && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
FROM python:3.13-alpine
|
||||
RUN apk add --no-cache \
|
||||
git \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
||||
// README at: https://github.com/devcontainers/templates/tree/main/src/python
|
||||
{
|
||||
"name": "Python 3",
|
||||
"name": "Pico-Client",
|
||||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
@@ -23,7 +23,8 @@
|
||||
"wayou.vscode-todo-highlight",
|
||||
"charliermarsh.ruff",
|
||||
"wokwi.wokwi-vscode",
|
||||
"humao.rest-client"
|
||||
"humao.rest-client",
|
||||
"tamasfe.even-better-toml"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -33,7 +34,7 @@
|
||||
// More info: https://containers.dev/implementors/json_reference/#port-attributes
|
||||
"portsAttributes": {
|
||||
"9000": {
|
||||
"label": "Flask Application",
|
||||
"label": "Pico-W Application",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user