I'm not sure what the proper way of doing it is so config is going in here
This commit is contained in:
parent
aa4c8c9af5
commit
77c38398a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user