mirror of
https://github.com/ION606/argo-temp.git
synced 2026-06-06 05:22:57 +00:00
added initial istio BLAHAJ code
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM oven/bun:1.1.31-alpine AS base
|
||||
WORKDIR /app
|
||||
COPY app.mjs ./
|
||||
EXPOSE 8080
|
||||
ENV NODE_ENV=production
|
||||
CMD ["bun", "run", "app.mjs"]
|
||||
Reference in New Issue
Block a user