This commit is contained in:
slashtechno 2022-09-08 16:44:13 -05:00 committed by GitHub
parent 59a63fd464
commit 0b9bc96331
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# docker run -it --name devenv
# docker build --file Dockerfile-devenv.txt -t devenv .
# docker run -it --name devenv -p 4200:4200 -d devenv zsh
FROM ubuntu:latest
WORKDIR /root