Bladeren bron

gone with the public

bubble
Ron 7 jaren geleden
bovenliggende
commit
7f525a8730
6 gewijzigde bestanden met toevoegingen van 5 en 6 verwijderingen
  1. +0
    -1
      Dockerfile
  2. +2
    -2
      dev-helpers/index.html
  3. +0
    -0
      dist/favicon-16x16.png
  4. +0
    -0
      dist/favicon-32x32.png
  5. +3
    -3
      dist/index.html
  6. +0
    -0
      dist/oauth2-redirect.html

+ 0
- 1
Dockerfile Bestand weergeven

@@ -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


+ 2
- 2
dev-helpers/index.html Bestand weergeven

@@ -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="../public/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="../dist/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="../dist/favicon-16x16.png" sizes="16x16" />
<style> <style>
html html
{ {


public/favicon-16x16.png → dist/favicon-16x16.png Bestand weergeven


public/favicon-32x32.png → dist/favicon-32x32.png Bestand weergeven


+ 3
- 3
dist/index.html Bestand weergeven

@@ -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="../public/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
<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>

public/oauth2-redirect.html → dist/oauth2-redirect.html Bestand weergeven


Laden…
Annuleren
Opslaan