Merge pull request #171 from Permissionless-Software-Foundation/ct-unstable

fix(prod): Switching Docker container to master branch
This commit is contained in:
Chris Troutner
2025-02-23 09:57:41 -07:00
committed by GitHub
+1 -1
View File
@@ -56,7 +56,7 @@ RUN git clone https://github.com/Permissionless-Software-Foundation/ipfs-service
WORKDIR /home/safeuser/ipfs-service-provider WORKDIR /home/safeuser/ipfs-service-provider
# For development: switch to unstable branch # For development: switch to unstable branch
RUN git checkout helia-v5 RUN git checkout master
# Install dependencies # Install dependencies
#RUN mkdir .ipfsdata #RUN mkdir .ipfsdata