Skip to content

Commit 2e39e46

Browse files
committed
Add links to docs for Microsoft Dev Containers
1 parent 5fa0034 commit 2e39e46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/docker/Dockerfile.web

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ RUN set -ex \
2727
# ------------------------------------------------------------
2828
# STAGE 2: Dev layer
2929
# ------------------------------------------------------------
30+
# Details about Microsofts Dev Containers can be found in the following locations:
31+
# * https://hub.docker.com/_/microsoft-devcontainers
32+
# * https://github.com/devcontainers/images
3033
FROM mcr.microsoft.com/devcontainers/python:3.11-bullseye as dev
3134

3235
# Set the locale

0 commit comments

Comments
 (0)