This website requires JavaScript.
Explore
Help
Register
Sign In
serafim
/
multithread-server
Watch
1
Star
0
Fork
You've already forked multithread-server
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3cd23b0956
multithread-server
/
log
/
Dockerfile
6 lines
87 B
Docker
Raw
Blame
History
FROM
frolvlad/alpine-gxx
COPY
. /app
WORKDIR
/app
RUN
g++ -o log log.cpp
CMD
[
"./log"
]
Reference in New Issue
View Git Blame
Copy Permalink