Minor CI fixes for docker builds
This commit is contained in:
@@ -23,6 +23,14 @@ jobs:
|
|||||||
path: functions/onprem/orborus
|
path: functions/onprem/orborus
|
||||||
version: nightly
|
version: nightly
|
||||||
experimental: true
|
experimental: true
|
||||||
|
- app: worker
|
||||||
|
path: functions/onprem/worker
|
||||||
|
version: nightly
|
||||||
|
experimental: true
|
||||||
|
- app: app_sdk
|
||||||
|
path: backend/app_sdk
|
||||||
|
version: nightly
|
||||||
|
experimental: true
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
frontend:
|
frontend:
|
||||||
#build: ./frontend
|
build: ./frontend
|
||||||
image: ghcr.io/frikky/shuffle-frontend:nightly
|
image: ghcr.io/frikky/shuffle-frontend:nightly
|
||||||
container_name: shuffle-frontend
|
container_name: shuffle-frontend
|
||||||
hostname: shuffle-frontend
|
hostname: shuffle-frontend
|
||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
backend:
|
backend:
|
||||||
build: ./backend
|
#build: ./backend
|
||||||
image: ghcr.io/frikky/shuffle-backend:nightly
|
image: ghcr.io/frikky/shuffle-backend:nightly
|
||||||
container_name: shuffle-backend
|
container_name: shuffle-backend
|
||||||
hostname: ${BACKEND_HOSTNAME}
|
hostname: ${BACKEND_HOSTNAME}
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ ENV PATH /usr/src/app/node_modules/.bin:$PATH
|
|||||||
COPY package.json /usr/src/app/package.json
|
COPY package.json /usr/src/app/package.json
|
||||||
|
|
||||||
RUN yarn config set "strict-ssl" false -g
|
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 only required files to not trigger rebuilding every time
|
||||||
COPY ./certs /usr/src/app/certs/
|
COPY ./certs /usr/src/app/certs/
|
||||||
|
|||||||
Reference in New Issue
Block a user