commented out the mongoose server
will fix it later
This commit is contained in:
parent
4df8df2114
commit
68c45e37ba
10
Dockerfile
10
Dockerfile
@ -69,11 +69,11 @@ RUN mv example ~/floscout
|
|||||||
WORKDIR ../
|
WORKDIR ../
|
||||||
WORKDIR ../
|
WORKDIR ../
|
||||||
|
|
||||||
# setup of mongoose server
|
## setup of mongoose server
|
||||||
RUN git clone https://github.com/cesanta/mongoose.git
|
#RUN git clone https://github.com/cesanta/mongoose.git
|
||||||
WORKDIR mongoose
|
#WORKDIR mongoose
|
||||||
RUN simplest_web_server.c
|
##RUN simplest_web_server.c
|
||||||
WORKDIR ../
|
#WORKDIR ../
|
||||||
|
|
||||||
# Supervisor configurations
|
# Supervisor configurations
|
||||||
## Flo token tracking configuration
|
## Flo token tracking configuration
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user