vsc-dotfiles/test/Dockerfile.devcontainer
2021-11-16 18:21:23 +01:00

10 lines
161 B
Docker

FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.8
ENV DEVCONTAINER=1
WORKDIR /workspaces
COPY . /root/dotfiles
RUN /root/dotfiles/install.sh
#CMD fish