Skip to content
Snippets Groups Projects
Commit 97b03cb8 authored by Mateusz Gniewkowski's avatar Mateusz Gniewkowski
Browse files

Update Dockerfile

parent a24ccf6f
Branches
No related merge requests found
Pipeline #4974 passed with stage
in 2 minutes and 20 seconds
...@@ -19,7 +19,6 @@ WORKDIR /home/worker ...@@ -19,7 +19,6 @@ WORKDIR /home/worker
RUN cp /home/install/src/bin/morphodita morphodita_service RUN cp /home/install/src/bin/morphodita morphodita_service
COPY /entrypoint.sh /entrypoint.sh COPY /entrypoint.sh /entrypoint.sh
RUN ["chmod", "+x", "/entrypoint.sh"]
CMD ["./morphodita_service"] CMD ["/entrypoint.sh"]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment