Skip to content
Snippets Groups Projects
Unverified Commit 88981b40 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

ipfs-gateway/Dockerfile: Use proper ENV instruction

parent f98fd3e1
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ WORKDIR /home/ipfs
USER ipfs
WORKDIR /data/ipfs
ENV IPFS_PATH /data/ipfs
ENV IPFS_PATH=/data/ipfs
# | true to ignore the empty directory error:
# https://github.com/ipfs/kubo/issues/9155
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment