Skip to content

Commit

Permalink
test vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
smalho01 committed Oct 23, 2024
1 parent 492d8b9 commit 7f3b2f2
Show file tree
Hide file tree
Showing 5 changed files with 12,621 additions and 6,159 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN npm install
WORKDIR /home/node/app

EXPOSE 5050
EXPOSE 5051

HEALTHCHECK --interval=90s --start-period=90s --timeout=10m --retries=10 CMD (wget --no-verbose --tries=1 --spider http://localhost:5051/doctorOrders/api/getRx/pending && wget --no-verbose --tries=1 --spider http://localhost:5050) || exit 1

Expand Down
13 changes: 13 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/intermediary.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rems Intermediary UI</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
Loading

0 comments on commit 7f3b2f2

Please sign in to comment.