Skip to content

Commit cdd17e8

Browse files
dariokriegermodernaprojects
authored andcommitted
chore: Update docker-build-publish.yml
1 parent 1bb3731 commit cdd17e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
run: |
2222
DATE=$(date +%Y-%m-%d)
2323
docker build src/frontend \
24-
--file Dockerfile \
24+
--file src/frontend/Dockerfile \
2525
--tag com.hermes.situationroom.core.frontend:${DATE}.${GITHUB_RUN_NUMBER}

src/frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>situation-room</title>
7+
<title>situation-room production</title>
88
</head>
99
<body>
1010
<div id="app"></div>

0 commit comments

Comments
 (0)