Skip to content

Commit

Permalink
build: fix npm build for Openshift
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jan 29, 2024
1 parent fc23f66 commit 24725c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile-openshift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM quay.io/fedora/fedora:40-x86_64 as builder
RUN yum install -y git golang make npm wget glibc
WORKDIR /opt/app-root/src/
COPY . .
RUN make build
RUN go mod download
RUN make build-server

FROM node:21-bookworm as frontend
COPY webui/ /watchman/
Expand Down

0 comments on commit 24725c8

Please sign in to comment.