Updates
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-05-03 19:46:24 -04:00
parent 0a7bbb96c0
commit aa2611b68d
3 changed files with 26 additions and 23 deletions

View File

@@ -1,5 +1,2 @@
FROM node
WORKDIR /
COPY . .
RUN yarn build
CMD ["node", "dist/lib/server/index.js"]