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
|
!ketrface
|
||||||
!client
|
!client
|
||||||
!scripts
|
!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 /config/default.json /website/config/default.json
|
||||||
COPY /*js /website/
|
COPY /*js /website/
|
||||||
COPY /src /website/src
|
COPY /src /website/src
|
||||||
COPY /client/public /website/client/public
|
COPY /client /website/client
|
||||||
COPY /client/src /website/client/src
|
|
||||||
COPY /scanner /website/scanner
|
COPY /scanner /website/scanner
|
||||||
COPY /frontend /website/frontend
|
COPY /frontend /website/frontend
|
||||||
COPY /ketrface /website/ketrface
|
COPY /ketrface /website/ketrface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user