Skip to content

Instantly share code, notes, and snippets.

View raulcd's full-sized avatar
🏠

Raúl Cumplido raulcd

🏠
View GitHub Profile
# Use the sample project on the next URL
https://github.com/Swagger2Markup/spring-swagger2markup-demo
# Build it
$ gradle clean build
# Modify the swagger.json under the folder:
>> build/swagger/swagger.json
# With your swagger.json
# Remove the pdf generated folder
>> spring-swagger2markup-demo/build/asciidoc/pdf
# If that doesn't work remove the asciidoc folder also
@raulcd
raulcd / Dockerfile
Created October 16, 2014 10:09
Fig and Docker files
FROM nginx
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
CMD /usr/sbin/nginx -c /etc/nginx/nginx.conf