diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2022-05-02 14:19:30 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2022-05-02 14:19:30 +0300 |
commit | 8a71e6d2736f8adcdb2514285447ff109ecd0a58 (patch) | |
tree | b1c357b104410f1d66165afadb9e1c0561137f7a | |
parent | ff13e5f42387044b91982290473de6498a4f30ab (diff) |
Dockerfile
-rw-r--r-- | Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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"] |