some more reformatting

This commit is contained in:
Ben
2021-03-04 03:39:36 -05:00
parent fe05cb8c7f
commit 647cbb761e
4 changed files with 37 additions and 21 deletions

View File

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