frontend/.devcontainer/Dockerfile
2025-01-06 09:31:13 +01:00

7 lines
148 B
Docker

FROM mcr.microsoft.com/devcontainers/python:1-3.13
ENV \
DEBIAN_FRONTEND=noninteractive \
DEVCONTAINER=true \
PATH=$PATH:./node_modules/.bin