Skip to content

Commit

Permalink
ssh host okay with flask working
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Aug 24, 2023
1 parent f8880f9 commit f19fdf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/ansible_openvpn/docker/dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN apk add --no-cache nano py3-pip

COPY . /dashboard

COPY flash_service.sh /etc/entrypoint.d/
COPY flask_service.sh /etc/entrypoint.d/

RUN chmod +x /etc/entrypoint.d/flash_service.sh \
RUN chmod +x /etc/entrypoint.d/flask_service.sh \
--mount=type=cache,target=/root/.cache/pip \
pip3 install -r requirements.txt

Expand Down

0 comments on commit f19fdf0

Please sign in to comment.