feat: implement Docker-based deployment and update environment configuration
Some checks failed
/ build-push (push) Has been cancelled

This commit is contained in:
2026-01-02 20:11:26 -05:00
parent 32c4d643d3
commit f7101a4eee
7 changed files with 69 additions and 38 deletions

View File

@@ -0,0 +1,5 @@
(function(window) {
window["env"] = window["env"] || {};
window["env"]["apiUrl"] = "${API_URL}";
window["env"]["urlPix"] = "${URL_PIX}";
})(this);

View File

@@ -37,6 +37,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script src="assets/env.js"></script>
<title>Plataforma Smart</title>
</head>
<body>