feat: create docker images for new api (#51538)

This commit is contained in:
Oliver Eyton-Williams
2023-09-12 22:45:25 +02:00
committed by GitHub
parent 90bdffca7b
commit 05d19b8b42
8 changed files with 187 additions and 45 deletions
@@ -88,6 +88,23 @@ jobs:
# name: webpack-stats
# path: client/public/stats.json
build-new-api:
name: Build New Api (Container)
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout Source Files
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Create Image
run: |
docker build \
-t fcc-new-api \
-f docker/new-api/Dockerfile .
cypress-run:
name: Test
runs-on: ubuntu-20.04