We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a16dff + ea37012 commit 6c860a2Copy full SHA for 6c860a2
docker/Dockerfile
@@ -11,7 +11,7 @@ WORKDIR /fledge-core
11
12
RUN git clone --single-branch -b $FLEDGE_BRANCH https://github.com/fledge-iot/fledge.git
13
14
-RUN cd Fledge && \
+RUN cd fledge && \
15
chmod +x requirements.sh && \
16
./requirements.sh && \
17
make install
@@ -28,7 +28,7 @@ VOLUME /usr/local/fledge/data
28
29
# These Volumes will be used in future when we want to install plugins
30
VOLUME /usr/local/fledge
31
-VOLUME /fledge-core/Fledge
+VOLUME /fledge-core/fledge
32
33
EXPOSE 8081 1995
34
0 commit comments