Skip to content

Commit 2a628f2

Browse files
authored
build(export): Fix docker build (astarte-platform#1813)
Signed-off-by: Francesco Noacco <francesco.noacco@secomind.com>
1 parent a033cbc commit 2a628f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/astarte_export/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN apt-get update -y && \
5050

5151
# We have to redefine this here since it goes out of scope for each build stage
5252
ARG BUILD_ENV=prod
53-
COPY ./run_export.sh /app/
53+
COPY tools/astarte_export/run_export.sh /app/
5454
COPY --from=builder /app/_build/$BUILD_ENV/rel/astarte_export .
5555

5656
CMD ["sh", "/app/run_export.sh"]

0 commit comments

Comments
 (0)