Skip to content

Commit 6c860a2

Browse files
Merge pull request #2 from fledge-iot/FOGL-3574
FOGL-3574 fledge directory name fixes in dockerfile
2 parents 2a16dff + ea37012 commit 6c860a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /fledge-core
1111

1212
RUN git clone --single-branch -b $FLEDGE_BRANCH https://github.com/fledge-iot/fledge.git
1313

14-
RUN cd Fledge && \
14+
RUN cd fledge && \
1515
chmod +x requirements.sh && \
1616
./requirements.sh && \
1717
make install
@@ -28,7 +28,7 @@ VOLUME /usr/local/fledge/data
2828

2929
# These Volumes will be used in future when we want to install plugins
3030
VOLUME /usr/local/fledge
31-
VOLUME /fledge-core/Fledge
31+
VOLUME /fledge-core/fledge
3232

3333
EXPOSE 8081 1995
3434

0 commit comments

Comments
 (0)