mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 22:32:33 +03:00
debug docker build
This commit is contained in:
parent
a7dec7821d
commit
c0c75adf12
@ -3,5 +3,6 @@ WORKDIR /app
|
|||||||
COPY templates/ templates/
|
COPY templates/ templates/
|
||||||
COPY micrach ./
|
COPY micrach ./
|
||||||
RUN chmod +x /app/micrach
|
RUN chmod +x /app/micrach
|
||||||
|
RUN pwd
|
||||||
RUN ls
|
RUN ls
|
||||||
ENTRYPOINT ["/app/micrach"]
|
ENTRYPOINT ["/app/micrach"]
|
Loading…
Reference in New Issue
Block a user