Skip to content

Commit

Permalink
Update Dockerfile.Client
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelschlatter authored Oct 29, 2024
1 parent 288a1af commit 9013afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MockServer/Dockerfile.Client
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.12.0-slim

COPY client.py .
COPY MockServer/client.py .

RUN pip install asyncua

CMD [ "python", "./client.py" ]
CMD [ "python", "./client.py" ]

0 comments on commit 9013afc

Please sign in to comment.