Skip to content

Commit d1b7b88

Browse files
committed
Trying to fix filepath
1 parent 4bc1f52 commit d1b7b88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/currencyservice/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ RUN git clone https://github.com/open-telemetry/opentelemetry-cpp \
3030
-DWITH_EXAMPLES=OFF -DWITH_OTLP_GRPC=ON -DWITH_ABSEIL=ON \
3131
&& make -j$(nproc || sysctl -n hw.ncpu || echo 1) install && cd ../..
3232

33+
RUN ls
34+
3335
COPY . /currencyservice
34-
COPY ../pb/demo.proto /currencyservice/proto/demo.proto
36+
COPY ./../../pb/demo.proto /currencyservice/proto/demo.proto
3537

3638
RUN cd /currencyservice \
3739
&& mkdir -p build && cd build \

0 commit comments

Comments
 (0)