Skip to content

Bump cookie and express in /api #57

Bump cookie and express in /api

Bump cookie and express in /api #57

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# with:
# ref: ${{ github.ref_name }}
- name: build
run: CONFIG_FILE=./env/local.js docker-compose build