Add dockerfile test to github actions (#110191)

* Add dockerfile test to github actions

* fix github action

* Update CODEOWNERS
This commit is contained in:
Kevin Minehart
2025-08-26 19:15:36 -05:00
committed by GitHub
parent ec38e0bd58
commit b83ca0712b
4 changed files with 50 additions and 1 deletions
+3 -1
View File
@@ -28,15 +28,17 @@ ENV NODE_OPTIONS=--max_old_space_size=8000
WORKDIR /tmp/grafana
RUN apk add --no-cache make build-base python3
COPY package.json project.json nx.json yarn.lock .yarnrc.yml ./
COPY .yarn .yarn
COPY packages packages
COPY e2e-playwright e2e-playwright
COPY public public
COPY LICENSE ./
COPY conf/defaults.ini ./conf/defaults.ini
COPY e2e e2e
RUN apk add --no-cache make build-base python3
#
# Set the node env according to defaults or argument passed
#