diff --git a/Dockerfile b/Dockerfile index 61f5eb3..7f13c2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM node:18 RUN apt-get update && apt-get install -y git # Créer un répertoire de travail dans le conteneur -WORKDIR /app +WORKDIR . / COPY . /