Skip to content

Bump @typescript-eslint/parser from 8.6.0 to 8.9.0 #105

Bump @typescript-eslint/parser from 8.6.0 to 8.9.0

Bump @typescript-eslint/parser from 8.6.0 to 8.9.0 #105

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@v3
- 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