Skip to content

Remove old tsoa references #108

Remove old tsoa references

Remove old tsoa references #108

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: List contents
run: ls -la
- name: npm install
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- name: Build the Docker image
run: docker build . --file Dockerfile --tag pau:latest