From 8a71e6d2736f8adcdb2514285447ff109ecd0a58 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Mon, 2 May 2022 14:19:30 +0300 Subject: Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 5bb2721..7501047 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ RUN apk update \ && update-ca-certificates 2>/dev/null || true WORKDIR /usr/app COPY --from=builder /usr/src/service . -COPY static . -COPY tpl . -CMD ["service"] +COPY static ./static +COPY tpl ./tpl +CMD ["/usr/app/service"] -- cgit v1.2.3