Skip to content

Add dist/ directory to .gitignore, use helmet middleware in backend/a… #21

Add dist/ directory to .gitignore, use helmet middleware in backend/a…

Add dist/ directory to .gitignore, use helmet middleware in backend/a… #21

Workflow file for this run

name : Docker compose build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build docker
run: docker-compose up -d