From 2dc2b3453981e6dbd9457cb748a389a608864efb Mon Sep 17 00:00:00 2001 From: fvictorio Date: Thu, 30 May 2019 10:01:04 -0300 Subject: [PATCH] Show some message while app is building --- src/build.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/build.ts b/src/build.ts index 23d9342..23ee3f5 100644 --- a/src/build.ts +++ b/src/build.ts @@ -56,9 +56,11 @@ services:${isGanache ? ganacheService : ''} REACT_APP_COLLECTIBLE_NAME: '${options.collectibleName}' REACT_APP_COLLECTIBLE_DESCRIPTION: '${options.collectibleDescription}' REACT_APP_RELAYER_URL: 'http://localhost:3000/v2' - command: yarn build + command: bash -c 'cp templates/building.html production-build/index.html && yarn build && cp -a build/. production-build' volumes: - - frontend-assets:/app/build + - frontend-assets:/app/production-build + depends_on: + - nginx backend: image: 0xorg/launch-kit-backend environment: