gone with the public

This commit is contained in:
Ron
2017-04-04 14:37:45 -07:00
parent ad4fe9cbd5
commit 7f525a8730
6 changed files with 5 additions and 6 deletions

View File

@@ -8,7 +8,6 @@ RUN mkdir -p /run/nginx
COPY nginx.conf /etc/nginx/ COPY nginx.conf /etc/nginx/
# copy swagger files to the `/js` folder # copy swagger files to the `/js` folder
ADD ./public/* /usr/share/nginx/html/
ADD ./dist/* /usr/share/nginx/html/ ADD ./dist/* /usr/share/nginx/html/
EXPOSE 8080 EXPOSE 8080

View File

@@ -6,8 +6,8 @@
<title>Swagger UI</title> <title>Swagger UI</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" > <link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
<link rel="icon" type="image/png" href="../public/favicon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="../dist/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="../public/favicon-16x16.png" sizes="16x16" /> <link rel="icon" type="image/png" href="../dist/favicon-16x16.png" sizes="16x16" />
<style> <style>
html html
{ {

View File

Before

Width:  |  Height:  |  Size: 445 B

After

Width:  |  Height:  |  Size: 445 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

6
dist/index.html vendored
View File

@@ -6,8 +6,8 @@
<title>Swagger UI</title> <title>Swagger UI</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" > <link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
<link rel="icon" type="image/png" href="../public/favicon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="../public/favicon-16x16.png" sizes="16x16" /> <link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
<style> <style>
html html
{ {
@@ -90,4 +90,4 @@ window.onload = function() {
</script> </script>
</body> </body>
</html> </html>