We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b290e48 commit ae8993fCopy full SHA for ae8993f
Dockerfile
@@ -84,7 +84,7 @@ CMD ["opentelemetry-instrument", "python", "-m", "http_app"]
84
85
# Copy the socketio python package and requirements from relevant builder
86
FROM base_app AS socketio_app
87
-COPY --from=socketio_builder_builder /venv /venv
+COPY --from=socketio_builder /venv /venv
88
COPY --chown=nonroot:nonroot src/socketio_app ./socketio_app
89
# Run CMD using array syntax, so it's uses `exec` and runs as PID1
90
CMD ["opentelemetry-instrument", "python", "-m", "socketio_app"]
0 commit comments