diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..3c801a2 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM node:20 +WORKDIR /app +COPY package*.json ./ +RUN npm ci --only=production +COPY ./dist . +EXPOSE 5555 +CMD ["node", "src/index.js"] \ No newline at end of file diff --git a/dist/public/index.html b/dist/public/index.html new file mode 100644 index 0000000..140e0d4 --- /dev/null +++ b/dist/public/index.html @@ -0,0 +1,42 @@ + + +
+ + + +