1
0
mirror of synced 2024-11-30 17:34:30 +01:00

I'm not sure what the proper way of doing it is so config is going in here

This commit is contained in:
Luna 2022-11-24 14:23:26 +00:00
parent aa4c8c9af5
commit 77c38398a8

View File

@ -11,6 +11,9 @@ COPY tsconfig*.json ./
# Copy the entire app source tree # Copy the entire app source tree
COPY . . COPY . .
# Copy game configuration file
COPY config.json .
RUN npm install RUN npm install
# ALLnet # ALLnet