mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 08:49:02 +08:00
chore: commit lock file (#2718)
* chore: commit lock file * chore: update frontend/Dockerfile
This commit is contained in:
parent
7cb2399c4c
commit
5637188e72
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,7 +1,5 @@
|
|||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
yarn.lock
|
|
||||||
package.json
|
|
||||||
|
|
||||||
deploy/docker/environment_tiny/common_test
|
deploy/docker/environment_tiny/common_test
|
||||||
frontend/node_modules
|
frontend/node_modules
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Builder stage
|
# Builder stage
|
||||||
FROM node:16.15.0-slim as builder
|
FROM node:16.15.0 as builder
|
||||||
|
|
||||||
# Add Maintainer Info
|
# Add Maintainer Info
|
||||||
LABEL maintainer="signoz"
|
LABEL maintainer="signoz"
|
||||||
@ -11,6 +11,8 @@ WORKDIR /frontend
|
|||||||
|
|
||||||
# Copy the package.json and .yarnrc files prior to install dependencies
|
# Copy the package.json and .yarnrc files prior to install dependencies
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
|
# Copy lock file
|
||||||
|
COPY yarn.lock ./
|
||||||
COPY .yarnrc ./
|
COPY .yarnrc ./
|
||||||
|
|
||||||
# Install the dependencies and make the folder
|
# Install the dependencies and make the folder
|
||||||
|
13756
frontend/yarn.lock
Normal file
13756
frontend/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user