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
|
||||
WORKDIR /app
|
||||
COPY server.mjs ./server.mjs
|
||||
COPY public ./public
|
||||
EXPOSE 8080
|
||||
CMD ["bun", "run", "server.mjs"]
|
||||
Reference in New Issue
Block a user