From 8390c9739612f214d59e4b056cadd9798581e8cb Mon Sep 17 00:00:00 2001 From: hairyputtar <148847552+hairyputtar@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:28:47 +0530 Subject: [PATCH] fix typos --- .../Dockerfile-metabase-m1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/metabase-object-detection-async-http-postgres/Dockerfile-metabase-m1 b/examples/metabase-object-detection-async-http-postgres/Dockerfile-metabase-m1 index ef5aa0fe..cb3c1adf 100644 --- a/examples/metabase-object-detection-async-http-postgres/Dockerfile-metabase-m1 +++ b/examples/metabase-object-detection-async-http-postgres/Dockerfile-metabase-m1 @@ -17,7 +17,7 @@ RUN apt-get update -yq && apt-get install -yq bash fonts-dejavu-core fonts-dejav WORKDIR /app -# copy app from the offical image +# copy app from the official image COPY --from=metabase/metabase:latest /app /app RUN chown -R metabase /app