Skip to content
Snippets Groups Projects
Commit aa592d38 authored by Ahmad Ghulam Ilham's avatar Ahmad Ghulam Ilham
Browse files

fix: expose port

parent 31e7539d
No related merge requests found
Pipeline #66490 failed with stages
...@@ -24,4 +24,6 @@ COPY start_server.sh ./start_server.sh ...@@ -24,4 +24,6 @@ COPY start_server.sh ./start_server.sh
RUN chmod +x ./start_server.sh RUN chmod +x ./start_server.sh
EXPOSE 5001
ENTRYPOINT ["./start_server.sh"] ENTRYPOINT ["./start_server.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