new(init): first commit

This commit is contained in:
evlic 2023-03-27 00:27:03 +08:00
commit 2405e067b2
3 changed files with 6 additions and 0 deletions

1
.env Normal file
View File

@ -0,0 +1 @@
COMPOSE_PROJECT_NAME=dev

5
alpine/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM alpine:latest
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tencent.com/g' /etc/apk/repositories \
&& apk add gcompat libstdc++ \
&& apk add openssh zsh git

0
docker-compose.yaml Normal file
View File