mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2026-01-22 15:28:52 +01:00
Correct typo in README.md
This commit is contained in:
@@ -38,7 +38,7 @@ cd acsmnode
|
|||||||
- Ensure the file is excluded from version control by adding .env to your .gitignore and .dockerignore files.
|
- Ensure the file is excluded from version control by adding .env to your .gitignore and .dockerignore files.
|
||||||
4. Open **Docker Desktop**, then build the container image:
|
4. Open **Docker Desktop**, then build the container image:
|
||||||
```bash
|
```bash
|
||||||
docker build -t datachain_processor .
|
docker build -f Dockerfile.acsmchain -t datachain_processor .
|
||||||
```
|
```
|
||||||
5. Run the app:
|
5. Run the app:
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user