Skip to content

Bump typescript from 5.6.3 to 5.7.2 #539

Bump typescript from 5.6.3 to 5.7.2

Bump typescript from 5.6.3 to 5.7.2 #539

Workflow file for this run

name: Docker Image CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
UID: 1001
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
- name: Prepare .env
run: cp .env.example .env.production
- name: Build the Docker image
run: make prod-docker-build