debug docker build

This commit is contained in:
Yanislav Igonin 2021-08-29 09:37:55 +03:00
parent a7dec7821d
commit c0c75adf12

View File

@ -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"]