Skip to content

Commit 849e30c

Browse files
committed
Updating currency service Dockerfile
1 parent 5806b89 commit 849e30c

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
@@ -30,7 +30,7 @@ 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-
COPY ./src/currencyservice /currencyservice
33+
COPY . /currencyservice
3434
COPY ./pb/demo.proto /currencyservice/proto/demo.proto
3535

3636
RUN cd /currencyservice \

0 commit comments

Comments
 (0)