feat(RECIPE-0003): complete iteration 0 — update icon and add docker deployment
This commit is contained in:
@@ -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')"]
|
||||
Reference in New Issue
Block a user