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