From 77c38398a81de671b665e2adf9f0188e6220c79e Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 24 Nov 2022 14:23:26 +0000 Subject: [PATCH] I'm not sure what the proper way of doing it is so config is going in here --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index e63ba30..25a26c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,9 @@ COPY tsconfig*.json ./ # Copy the entire app source tree COPY . . +# Copy game configuration file +COPY config.json . + RUN npm install # ALLnet