Skip to content

Update laborabory-v2 Dockerfile to serve content via node server #518

Update laborabory-v2 Dockerfile to serve content via node server

Update laborabory-v2 Dockerfile to serve content via node server #518

Workflow file for this run

name: Test and build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install
# - run: yarn test:jest
- run: yarn build