Skip to content

Bump eslint-config-next from 14.2.13 to 15.1.2 #563

Bump eslint-config-next from 14.2.13 to 15.1.2

Bump eslint-config-next from 14.2.13 to 15.1.2 #563

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