From ff1b01f35bd762a80f0c29d490fe8963c50073c1 Mon Sep 17 00:00:00 2001 From: Michael Zaikin Date: Tue, 12 Jul 2022 16:22:57 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbb27b9..0e5bc0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ RUN yarn build FROM nginx AS target -COPY --from=build /tabix/dist/* /usr/share/nginx/html/ \ No newline at end of file +COPY --from=build /tabix/dist/ /usr/share/nginx/html/