memory: log task worker session - due dates, subtasks, task page
This commit is contained in:
7
skills/app-builder/assets/template/api/Dockerfile
Normal file
7
skills/app-builder/assets/template/api/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM oven/bun:1-alpine
|
||||
WORKDIR /app
|
||||
COPY package.json bun.lock* ./
|
||||
RUN bun install --frozen-lockfile 2>/dev/null || bun install
|
||||
COPY . .
|
||||
EXPOSE 3001
|
||||
CMD ["bun", "run", "src/index.ts"]
|
||||
Reference in New Issue
Block a user