Skip to content

Commit

Permalink
feat(version): release 0.34.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Feb 14, 2024
1 parent eb4a828 commit 6dae7d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN npm install -s
RUN NODE_OPTIONS="--max-old-space-size=4096" npm run build
RUN rm -rf /app/build/static/js/*.map
FROM nginx:latest as production-stage
RUN apt
COPY --from=build-stage /app/nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=build-stage /app/build /usr/share/nginx/html
EXPOSE 80
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.34.3",
"version": "0.34.4",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down

0 comments on commit 6dae7d4

Please sign in to comment.