@@ -0,0 +1,7 @@
FROM node:latest
WORKDIR /app
COPY package.json .
RUN yarn install
COPY . .
RUN yarn build
CMD ["node", "dist/lib/server/index.js"]
The note is not visible to the blocked user.