-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Configuration Manager
committed
Nov 13, 2019
1 parent
f95b161
commit e13caf1
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM linkeddatacenter/lodmap2d:1.0.0 | ||
FROM linkeddatacenter/lodmap2d:1.0.1 | ||
COPY public/* /usr/share/nginx/html/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>LODMAP2D by LinkedData.Center</title> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | ||
<link rel="icon" href="/favicon.ico"> | ||
</head> | ||
|
||
<body> | ||
<strong> | ||
Spiacente, il browser Edge non implementa alcune ristorse standard necessarie al funzionamento della applicazione. | ||
<br> | ||
Prova ad usare Chrome, Firefox o Safari. | ||
<br> | ||
Per maggiori dettagli : <a href="https://blogs.windows.com/msedgedev/2019/11/04/edge-chromium-release-candidate-get-ready/">https://blogs.windows.com/msedgedev/2019/11/04/edge-chromium-release-candidate-get-ready/</a> | ||
</strong> | ||
</body> | ||
|
||
</html> |