Add dockerfile test to github actions (#110191)
* Add dockerfile test to github actions * fix github action * Update CODEOWNERS
This commit is contained in:
+3
-1
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user