Fix DEVELOPMENT= for PRODUCTION mode
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
1afa413b59
commit
94aa914df3
@ -19,3 +19,6 @@
|
||||
!ketrface
|
||||
!client
|
||||
!scripts
|
||||
client/node_modules
|
||||
server/node_modules
|
||||
|
||||
|
@ -55,8 +55,7 @@ RUN npm upgrade && npm install
|
||||
COPY /config/default.json /website/config/default.json
|
||||
COPY /*js /website/
|
||||
COPY /src /website/src
|
||||
COPY /client/public /website/client/public
|
||||
COPY /client/src /website/client/src
|
||||
COPY /client /website/client
|
||||
COPY /scanner /website/scanner
|
||||
COPY /frontend /website/frontend
|
||||
COPY /ketrface /website/ketrface
|
||||
|
Loading…
x
Reference in New Issue
Block a user