Skip to content

Commit 86a458e

Browse files
revert "feat: remove nginx from dockerfile"
This reverts commit 848c051.
1 parent eeb7dba commit 86a458e

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Dockerfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,12 @@ RUN npm ci
99

1010
COPY . .
1111

12-
RUN npm run build -- --configuration=production
12+
RUN npm run build -- --configuration=production
13+
14+
FROM nginx:stable-alpine3.21-perl
15+
16+
COPY --from=build /app/dist/BfUiBuilder/browser /usr/share/nginx/html
17+
18+
EXPOSE 80
19+
20+
CMD ["nginx", "-g", "daemon off;"]

package-lock.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)