Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed May 31, 2023
1 parent f0565ec commit eb0be48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ ENV OTEL_SERVICE_NAME=php-$SERVICE_NAME

COPY --from=git /app/$SERVICE_NAME /app/$SERVICE_NAME
COPY --from=rr /usr/bin/rr /app/$SERVICE_NAME
COPY --from=git /app/proto /app/$SERVICE_NAME/proto
COPY --from=git /app/shared /app/shared
COPY --from=git /app/proto /app/proto

WORKDIR /app/$SERVICE_NAME

Expand Down

0 comments on commit eb0be48

Please sign in to comment.