Browse Source

apps.Dockerfile : skip building pioneer for now

Mokhtar Naamani 4 years ago
parent
commit
b8b2f2f4db
2 changed files with 4 additions and 2 deletions
  1. 3 1
      apps.Dockerfile
  2. 1 1
      docker-compose-with-storage.yml

+ 3 - 1
apps.Dockerfile

@@ -8,7 +8,9 @@ COPY . /joystream
 RUN yarn install --frozen-lockfile
 
 # ENV NODE_ENV=production
-RUN yarn workspace pioneer build
+# Pioneer is failing to build only on github actions workflow runner
+# Error: packages/page-staking/src/index.tsx(24,21): error TS2307: Cannot find module './Targets' or its corresponding type declarations.
+# RUN yarn workspace pioneer build
 RUN yarn workspace @joystream/cli build
 RUN yarn workspace storage-node build
 

+ 1 - 1
docker-compose-with-storage.yml

@@ -40,7 +40,7 @@ services:
       dockerfile: apps.Dockerfile
     ports:
       - '127.0.0.1:3001:3001'
-    command: colossus --dev --ws-provider ws://chain:9944 --ipfs-host chain
+    command: colossus --dev --ws-provider ws://chain:9944 --ipfs-host ipfs
     environment:
       - DEBUG=*