diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..886ed62 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM node:22.3.0-alpine3.19 + +WORKDIR /app + +COPY ./h24s_25 . + +RUN npm ci && npm run build \ No newline at end of file