diff --git a/Dockerfile b/Dockerfile index 21bf9b7..8026386 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM node:bookworm AS build RUN node -v + WORKDIR /app COPY . .