Skip to content

Commit

Permalink
fix(dockerfile): missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
nefelim4ag committed Jun 8, 2023
1 parent f0679e8 commit 05252fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM python:3.11
COPY library pingdom-operator.py requirements.txt /opt/pingdom-operator/
COPY library /opt/pingdom-operator/library
COPY pingdom-operator.py requirements.txt /opt/pingdom-operator/
WORKDIR /opt/pingdom-operator
RUN pip install -r requirements.txt

Expand Down

0 comments on commit 05252fb

Please sign in to comment.