File tree Expand file tree Collapse file tree 3 files changed +5
-60
lines changed
Expand file tree Collapse file tree 3 files changed +5
-60
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33{
44 "name" : " Python 3" ,
55
6- // This is the default
7- // "image": "mcr.microsoft.com/devcontainers/universal:2",
8- // "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bookworm",
9-
10- // Using the prebuild
11- // "image": "ghcr.io/league-infrastructure/jtlpython:latest",
126
137 "build" : {
148 "dockerfile" : " Dockerfile" ,
2620 "forwardPorts" : [6080 , 5901 ],
2721
2822 // Use 'postCreateCommand' to run commands after the container is created.
29- "postCreateCommand" : " pip3 install --user -r requirements.txt" ,
23+ // However, this does seem to get injected into the built container
24+ // so you may want to exclude it, and define it in the devcontainer.json for
25+ // the devcontainer you are using.
26+ // "postCreateCommand": "pip3 install --user -r requirements.txt",
3027
3128 "customizations" : {
3229 "codespaces" : {
Original file line number Diff line number Diff line change 11.PHONY : build push ver install publish check-docker
22
3- VERSION := "1.20250412.1 "
3+ VERSION := "1.20250412.2 "
44IMAGE_NAME := jtlpython:$(VERSION )
55IMAGE_FULL_NAME := ghcr.io/league-examples/$(IMAGE_NAME )
66
You can’t perform that action at this time.
0 commit comments