Skip to content
Snippets Groups Projects
Commit 9956a9ce authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

initial commit

parents
No related branches found
No related tags found
No related merge requests found
FROM python:2.7-stretch
COPY ./bombsquad/ /bombsquad
WORKDIR /bombsquad
CMD /bombsquad/bombsquad_server
EXPOSE 43210/tcp
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