mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 14:22:33 +03:00
remove debug
This commit is contained in:
parent
aca3bae26f
commit
3a841dea4a
@ -2,5 +2,4 @@ FROM busybox
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY templates/ templates/
|
COPY templates/ templates/
|
||||||
COPY micrach ./
|
COPY micrach ./
|
||||||
RUN chmod +x /app/micrach
|
ENTRYPOINT ["/app/micrach"]
|
||||||
CMD ["/app/micrach"]
|
|
Loading…
Reference in New Issue
Block a user