Skip to content

Commit

Permalink
Merge pull request #41 from RaaLabs/dockerfile
Browse files Browse the repository at this point in the history
update Opcua server dockerfile
  • Loading branch information
katarinagud authored Oct 29, 2024
2 parents 7e29071 + c9c527f commit fdac852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MockServer/Dockerfile.Server
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.12.0-slim

COPY server.py .
COPY MockServer/server.py .

RUN pip install asyncua

Expand Down

0 comments on commit fdac852

Please sign in to comment.