From 967b8f2adcaaaf88204939c1f9eeeadf062ce364 Mon Sep 17 00:00:00 2001 From: kevodwyer Date: Fri, 28 Jul 2023 10:05:09 +0100 Subject: [PATCH] docker fix --- Containerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Containerfile b/Containerfile index 0f4597d9..983464b8 100644 --- a/Containerfile +++ b/Containerfile @@ -16,8 +16,6 @@ LABEL org.opencontainers.image.licenses="MIT license" ENV IPFS_PATH=/opt/nabu/.ipfs -VOLUMES /opt/nabu/.ipfs - WORKDIR /opt/nabu RUN mkdir -p /opt/nabu/.ipfs COPY --from=build /opt/nabu/target /opt/nabu