mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2026-01-05 05:02:08 +00:00
init: create project with settings
This commit is contained in:
6
.devcontainer/Dockerfile
Normal file
6
.devcontainer/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM dev-toys-web-dev:1.0.0
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install --no-install-recommends -y git ca-certificates fish \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
Reference in New Issue
Block a user