init
This commit is contained in:
commit
4dd46a6e44
3 changed files with 20 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM node:alpine
|
||||
|
||||
# Install extras
|
||||
RUN apk add --no-cache bash curl git coreutils uv
|
||||
|
||||
SHELL ["/bin/bash", "-c"]
|
Loading…
Add table
Add a link
Reference in a new issue