chore: commit lock file (#2718)

* chore: commit lock file

* chore: update frontend/Dockerfile
This commit is contained in:
Srikanth Chekuri 2023-05-18 12:23:40 +05:30 committed by GitHub
parent 7cb2399c4c
commit 5637188e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13759 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,7 +1,5 @@
node_modules
yarn.lock
package.json
deploy/docker/environment_tiny/common_test
frontend/node_modules

View File

@ -1,5 +1,5 @@
# Builder stage
FROM node:16.15.0-slim as builder
FROM node:16.15.0 as builder
# Add Maintainer Info
LABEL maintainer="signoz"
@ -11,6 +11,8 @@ WORKDIR /frontend
# Copy the package.json and .yarnrc files prior to install dependencies
COPY package.json ./
# Copy lock file
COPY yarn.lock ./
COPY .yarnrc ./
# Install the dependencies and make the folder

13756
frontend/yarn.lock Normal file

File diff suppressed because it is too large Load Diff