Skip to content

Update .gitignore to include package-lock.json #9

Update .gitignore to include package-lock.json

Update .gitignore to include package-lock.json #9

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