Honestly way too much went into this single commit. I am so sorry future me

This commit is contained in:
Emma
2023-06-09 00:54:00 -06:00
parent cd3f653f3f
commit 42c0004150
67 changed files with 4617 additions and 92 deletions

View File

@@ -4,7 +4,7 @@ EXPOSE 6903
WORKDIR /game-systems
ADD ./user-service .
ADD ./game-systems-service/ .
COPY ./deno.jsonc .
COPY ./secrets.json .
COPY ./key.txt .
@@ -12,4 +12,4 @@ ADD ./common ./common
ADD ./lib ./lib
ADD ./middleware ./middleware
CMD ["run", "--allow-net", "--allow-read", "--allow-write", main.ts, "6903"]
CMD ["run", "--allow-net", "--allow-read", "--allow-write", "--allow-env", "main.ts", "6903"]