mirror of
https://github.com/pi-hole/web.git
synced 2026-04-26 03:40:09 +01:00
7
.devcontainer/Dockerfile
Normal file
7
.devcontainer/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM node:21-alpine3.18
|
||||
RUN apk add --no-cache \
|
||||
git \
|
||||
nano\
|
||||
openssh
|
||||
|
||||
USER node
|
||||
Reference in New Issue
Block a user