From 14c41ce76d3c64355c340d9a221dccea93529b50 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Wed, 4 Jun 2025 14:49:22 +0200 Subject: [PATCH] Prepare gitrepo for renku init. Remove data/ from .gitignore and Rename Dockerfile by Dockerfile.ascmchain to avoid conflicts with renku. --- .gitignore | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a425f9c..335b4ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -data/ +#data/ envs/ logs/ *.pyc diff --git a/README.md b/README.md index 6b2290c..896cee6 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ For Windows users, the following are required: Open **Git Bash** and run: ```bash -cd GitLab -git clone --recurse-submodules https://gitlab.psi.ch/apog/acsmnode.git +cd Gitea +git clone --recurse-submodules https://gitea.psi.ch/apog/acsmnode.git cd acsmnode ``` @@ -38,7 +38,7 @@ cd acsmnode - 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: ```bash - docker build -t datachain_processor . + docker build -f Dockerfile.acsmchain -t datachain_processor . ``` 5. Run the app: ```bash