Type editor and schema viewer. Poppables and help icon
This commit is contained in:
15
warstone-web-service/Dockerfile
Normal file
15
warstone-web-service/Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
FROM denoland/deno:1.33.2
|
||||
EXPOSE 6904
|
||||
|
||||
WORKDIR /warstone-web
|
||||
|
||||
ADD ./warstone-web-service/ .
|
||||
ADD ./deno.jsonc .
|
||||
ADD ./secrets.json .
|
||||
ADD ./key.txt .
|
||||
ADD ./common ./common
|
||||
ADD ./lib ./lib
|
||||
ADD ./middleware ./middleware
|
||||
|
||||
CMD ["run", "[object Object]", "[object Object]", main.ts, "6904"]
|
Reference in New Issue
Block a user