Skip to content

Commit c718bc7

Browse files
committed
Trying to change filepath
1 parent 3d6ee14 commit c718bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/currencyservice/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN git clone https://github.com/open-telemetry/opentelemetry-cpp \
3131
&& make -j$(nproc || sysctl -n hw.ncpu || echo 1) install && cd ../..
3232

3333
COPY . /currencyservice
34-
COPY ./pb/demo.proto /currencyservice/proto/demo.proto
34+
COPY ../pb/demo.proto /currencyservice/proto/demo.proto
3535

3636
RUN cd /currencyservice \
3737
&& mkdir -p build && cd build \

0 commit comments

Comments
 (0)