Skip to content

add ngnix conf file for docker build #81

add ngnix conf file for docker build

add ngnix conf file for docker build #81

Workflow file for this run

name: 'Docker check'
on:
pull_request:
paths:
- 'Dockerfile'
- '.github/workflows/docker-pr.yml'
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Build Docker image
uses: docker/[email protected]
with:
context: .
push: false