feat(RECIPE-0003): complete iteration 0 — update icon and add docker deployment

This commit is contained in:
Giancarmine Salucci
2026-02-16 15:56:23 +01:00
parent 08425067e7
commit d55bcf9ae3
12 changed files with 521 additions and 4 deletions

View File

@@ -17,4 +17,8 @@ RUN npm run build
EXPOSE 3000
ENV NODE_ENV=production
# Declare volume for Instagram authentication persistence
VOLUME ["/app/secrets"]
CMD ["node", "-e", "import('./build/index.js')"]