slight refactor

This commit is contained in:
Ben
2021-03-04 03:47:09 -05:00
parent 647cbb761e
commit 2a31f4e7cf
4 changed files with 18 additions and 5 deletions

10
Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
# Start with our deploy-container image (Debian)
FROM bencdr/deploy-container:latest
USER coder
# You can add custom software and dependencies for your environment here. Some examples:
# RUN code-server --install-extension esbenp.prettier-vscode
# RUN sudo apt-get install -y build-essential
# RUN COPY myTool /home/coder/myTool