SeppeBudenaers / IoT_Technologie_PXL_2024

1 stars 0 forks source link

Building the application automatically #15

Open TheNeg0t1ator opened 9 months ago

TheNeg0t1ator commented 9 months ago

Part of:

SeppeBudenaers commented 8 months ago

Docker

A Dockerfile serves as a blueprint for creating a Docker image. It sequentially executes commands from top to bottom, detailing the process of generating the application and specifying the required dependencies. Dockerfile.

GitHub Actions:

In issue #28 , we constructed a YAML file that takes our Dockerfile and automates the building of our Docker image and subsequently uploads it to Docker Hub.