Skip to content

Commit

Permalink
feat(version): release 0.36.8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Feb 23, 2024
1 parent 2e29064 commit 158ed71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11-alpine as build-stage
FROM node:alpine as build-stage
ARG REACT_APP_BACKEND_URL
ARG REACT_APP_KEYCLOAK_URL
ARG REACT_APP_KEYCLOAK_REALM
Expand All @@ -11,7 +11,7 @@ ARG REACT_APP_CREATABLE_INSTANCE
COPY . /app
WORKDIR /app
RUN npm install -s
RUN NODE_OPTIONS="--max-old-space-size=4096" npm run build
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.36.7",
"version": "0.36.8",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down

0 comments on commit 158ed71

Please sign in to comment.