Minor CI fixes for docker builds

This commit is contained in:
frikky
2022-07-21 15:53:32 +02:00
parent 5c3ba60ddb
commit 00c749ab84
3 changed files with 11 additions and 3 deletions
+8
View File
@@ -23,6 +23,14 @@ jobs:
path: functions/onprem/orborus
version: nightly
experimental: true
- app: worker
path: functions/onprem/worker
version: nightly
experimental: true
- app: app_sdk
path: backend/app_sdk
version: nightly
experimental: true
steps:
-
name: Checkout
+2 -2
View File
@@ -1,7 +1,7 @@
version: '3'
services:
frontend:
#build: ./frontend
build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:nightly
container_name: shuffle-frontend
hostname: shuffle-frontend
@@ -16,7 +16,7 @@ services:
depends_on:
- backend
backend:
build: ./backend
#build: ./backend
image: ghcr.io/frikky/shuffle-backend:nightly
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}
+1 -1
View File
@@ -9,7 +9,7 @@ ENV PATH /usr/src/app/node_modules/.bin:$PATH
COPY package.json /usr/src/app/package.json
RUN yarn config set "strict-ssl" false -g
RUN yarn install
RUN yarn install --network-timeout 1000000
# copy only required files to not trigger rebuilding every time
COPY ./certs /usr/src/app/certs/