Skip to content
Snippets Groups Projects
Verified Commit d4d691e9 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[MetricsBot] Fix filename in Dockerfile

parent a3b938f8
No related branches found
No related tags found
No related merge requests found
Pipeline #62109 waiting for manual action
......@@ -7,7 +7,7 @@ COPY picasoft-metrics-bot /code
# Custom Picasoft entrypoint
COPY entrypoint.sh /code/entrypoint.sh
RUN chmod +x /code/entrypoint
RUN chmod +x /code/entrypoint.sh
WORKDIR /code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment