Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ui/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Image name: testrun/build-ui
FROM node:22-alpine as build
FROM node:22 as build

# Set the working directory
WORKDIR /modules/ui
2 changes: 1 addition & 1 deletion modules/ui/ui.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Image name: testrun/ui
FROM nginx@sha256:4c0fdaa8b6341bfdeca5f18f7837462c80cff90527ee35ef185571e1c327beac

COPY modules/ui/dist/ /usr/share/nginx/html
COPY modules/ui/dist/browser /usr/share/nginx/html

EXPOSE 8080

Expand Down
Loading