feat: add v0.1 gitops ci templates
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
FROM oven/bun:1.2.15-alpine
|
||||
|
||||
WORKDIR /app
|
||||
ENV NODE_ENV=production
|
||||
ENV PORT=8080
|
||||
|
||||
COPY package.json tsconfig.json ./
|
||||
COPY scripts ./scripts
|
||||
COPY src ./src
|
||||
COPY deploy/deploy.json ./deploy/deploy.json
|
||||
|
||||
EXPOSE 8080
|
||||
CMD ["bun", "src/mgr/main.ts"]
|
||||
Reference in New Issue
Block a user