This commit is contained in:
Benjamin Toby 2025-02-06 10:05:08 +01:00
parent ee4cb23db2
commit 9dd6c3a70e
2 changed files with 3 additions and 1 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
.git
node_modules

View File

@ -1,4 +1,4 @@
FROM node:22-bookworm
FROM node:20-bookworm
RUN apt update
RUN apt install -y curl bash nano wget zip unzip