Skip to content

Commit

Permalink
feat(version): release 0.37.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Feb 23, 2024
1 parent 03d0ec4 commit a378f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ ARG REACT_APP_CREATABLE_INSTANCE
COPY . /app
WORKDIR /app
RUN npm install -s
RUN "NODE_OPTIONS=--max_old_space_size=4096" npm run build
ENV NODE_OPTIONS="--max_old_space_size=4096"
RUN npm run build
RUN rm -rf /app/build/static/js/*.map
FROM nginx:alpine as production-stage
COPY --from=build-stage /app/nginx.conf /etc/nginx/conf.d/default.conf
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.37.4",
"version": "0.37.5",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down

0 comments on commit a378f13

Please sign in to comment.