Skip to content

Commit ae8993f

Browse files
committed
Fix typo
1 parent b290e48 commit ae8993f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ CMD ["opentelemetry-instrument", "python", "-m", "http_app"]
8484

8585
# Copy the socketio python package and requirements from relevant builder
8686
FROM base_app AS socketio_app
87-
COPY --from=socketio_builder_builder /venv /venv
87+
COPY --from=socketio_builder /venv /venv
8888
COPY --chown=nonroot:nonroot src/socketio_app ./socketio_app
8989
# Run CMD using array syntax, so it's uses `exec` and runs as PID1
9090
CMD ["opentelemetry-instrument", "python", "-m", "socketio_app"]

0 commit comments

Comments
 (0)