summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2022-05-02 14:19:30 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2022-05-02 14:19:30 +0300
commit8a71e6d2736f8adcdb2514285447ff109ecd0a58 (patch)
treeb1c357b104410f1d66165afadb9e1c0561137f7a
parentff13e5f42387044b91982290473de6498a4f30ab (diff)
Dockerfile
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
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"]