View bitcoincode profile
Welcome
to ProgramOnChain.com!
at the time of joining
Send us your
suggestions
through our Social Media channels.
at the time of joining
bitcoincode
Developer
Profile
Twitter
Sign in
Login
Register
Global login (take tour)
Repositories
View bitcoincode Repositories
Create your own
Pull Requests
View bitcoincode Pull Requests
bitcoincode
/
bitcoin
Click here to go back...
Edit this file
Remove this file
FROM ubuntu:16.04 RUN apt-get update && apt-get install -y doxygen graphviz COPY doc /abc/doc COPY src /abc/src WORKDIR /abc RUN doxygen doc/Doxyfile FROM nginx:alpine COPY --from=0 /abc/doc/doxygen/html /usr/share/nginx/html