mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-28 07:52:02 +08:00
changed node version to 12
This commit is contained in:
parent
2234d31974
commit
2c4dc07d2d
@ -1,5 +1,5 @@
|
|||||||
# stage1 as builder
|
# stage1 as builder
|
||||||
FROM node:14-alpine as builder
|
FROM node:12-alpine as builder
|
||||||
|
|
||||||
WORKDIR /frontend
|
WORKDIR /frontend
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ COPY . .
|
|||||||
# Build the project and copy the files
|
# Build the project and copy the files
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
FROM nginx:1.15-alpine
|
FROM nginx:1.12-alpine
|
||||||
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user