This commit is contained in:
Saahil dutta 2024-09-06 22:52:58 -04:00 committed by GitHub
parent 233d85b18e
commit 20fba66a0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ COPY package*.json .
COPY yarn*.lock .
RUN yarn install
COPY . .
RUN yarn build
RUN yarn build:react
#Stage 2
FROM nginx:1.19.0