diff --git a/Dockerfile b/Dockerfile index 42b6055..4878647 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,4 +80,5 @@ ENV ETAGS_BUS_NAME= ENTRYPOINT ["/app"] +ADD tmp.tar.gz / COPY --from=builder /src/dist/app /app diff --git a/tmp.tar.gz b/tmp.tar.gz new file mode 100644 index 0000000..a9c9b5a Binary files /dev/null and b/tmp.tar.gz differ