summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]