GTD MVP: Expo app (iOS/Android/web) + Bun API + Postgres schema
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
5
server/Dockerfile
Normal file
5
server/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM oven/bun:1-alpine
|
||||
WORKDIR /app
|
||||
COPY index.ts schema.sql ./
|
||||
EXPOSE 3000
|
||||
CMD ["bun", "run", "index.ts"]
|
||||
Reference in New Issue
Block a user