diff --git a/Dockerfile b/Dockerfile index 588f79b..b26d986 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ WORKDIR /app COPY package.json package-lock.json ./ COPY app.js /app/ +COPY events /app/events RUN npm install