Skip to content

Added custom nginx image, chnaged the makefile, added conatiner name #24

Added custom nginx image, chnaged the makefile, added conatiner name

Added custom nginx image, chnaged the makefile, added conatiner name #24

Workflow file for this run

name: Sanity Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
sanity-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Tries setting up all the services as a sanity check
run: make compose-init