Add workdir removed by mistake

pull/37778/head
Kannan J 2 months ago
parent e8a6f403cf
commit bc91c8d5da
  1. 2
      examples/cpp/xds/Dockerfile.server

@ -16,6 +16,8 @@ FROM python:3.9-slim-bookworm
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y build-essential clang curl
WORKDIR /workdir
RUN ln -s /usr/bin/python3 /usr/bin/python
RUN mkdir /artifacts

Loading…
Cancel
Save