Skip to content

Update Dockerfile

Update Dockerfile #21

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build --tag tgp --target deploy .
- run:
docker run tgp ls /
- run:
docker run tgp ls /app