Skip to content

turn debug off for deployment #3

turn debug off for deployment

turn debug off for deployment #3

name: Docker Image CI App 1
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
cd dirichlet_dash_app01
docker build . --file Dockerfile --tag dirichlet-docker:$(date +%s)