ci: Containerization of the app #2

Merged
ciphervance merged 5 commits from feat/docker into main 2025-06-18 21:32:37 +00:00
Showing only changes of commit d7c8636b23 - Show all commits

View file

@ -30,13 +30,11 @@ You can run this application either directly using the .NET SDK or via Docker.
1. **Clone the repository:**
```bash
git clone https://gitlab.com/YourUsername/turf_tasker.git
cd turf_tasker
git clone https://gitlab.com/blakeridgway/turf-tasker.git
```
(Replace `YourUsername` with your actual GitLab username)
2. **Navigate to the project directory:**
```bash
cd turf_tasker # Assuming your solution structure is SolutionFolder/ProjectFolder
cd turf-tasker
```
(If your `turf_tasker.csproj` is directly in the cloned `turf_tasker` folder, you might skip this `cd`.)
3. **Ensure .NET 8 SDK is installed:**
@ -65,12 +63,11 @@ You can run this application either directly using the .NET SDK or via Docker.
* [Docker Installation Guide](https://docs.docker.com/engine/install/)
2. **Clone the repository** (if you haven't already):
```bash
git clone https://gitlab.com/YourUsername/turf_tasker.git
cd turf_tasker
git clone https://gitlab.com/blakeridgway/turf-tasker.git
```
3. **Navigate to the project directory** (where `turf_tasker.csproj` and `Dockerfile` are located):
3. **Navigate to the project directory**:
```bash
cd turf_tasker # Or if you're already there, skip this.
cd turf_tasker
```
4. **Build the Docker image:**
```bash