Various tweaks

This commit is contained in:
2021-11-16 18:21:23 +01:00
parent 24ac06f925
commit 311d6a678b
4 changed files with 22 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
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