feat: add blog

This commit is contained in:
Andrea
2023-02-28 14:07:59 +01:00
parent 3a68df6fd0
commit 92a08aca83
26 changed files with 1469 additions and 5205 deletions

View File

@@ -1,9 +0,0 @@
FROM node:16
COPY . /src
WORKDIR /src
RUN npm install && npm run build
CMD ["npm", "run", "start"]