Ajout des fichiers de base pour le projet.
This commit is contained in:
7
.devcontainer/Dockerfile
Normal file
7
.devcontainer/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM node:24
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt update &&\
|
||||
apt install git curl unzip -y &&\
|
||||
curl -fsSL https://bun.sh/install | bash
|
Reference in New Issue
Block a user