security hardening + drafts/attachments
This commit is contained in:
6
worker/Dockerfile
Normal file
6
worker/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:22-alpine
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
CMD ["npm","run","dev"]
|
||||
Reference in New Issue
Block a user