ci: Containerization of the app #2
1 changed files with 5 additions and 8 deletions
13
README.md
13
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue