Skip to content

Commit

Permalink
fix: include web directory in Dockerfile for application deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeneventi committed Dec 22, 2024
1 parent 8c45c45 commit 1030085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y \
ADD ./lib/examon-common $EXAMON_HOME/lib/examon-common
ADD ./docker/examon/supervisor.conf /etc/supervisor/conf.d/supervisor.conf
ADD ./scripts/examon.conf $EXAMON_HOME/scripts/examon.conf
ADD ./web $EXAMON_HOME/web

# install
RUN pip --trusted-host pypi.python.org install --upgrade pip==20.1.1
Expand Down

0 comments on commit 1030085

Please sign in to comment.