Skip to content

Commit

Permalink
fix code issues and improve test coverage (#14)
Browse files Browse the repository at this point in the history
* fix: minor code issues

* fix: tuning tests

* fix: tuning tests
  • Loading branch information
HenryT-CG authored Jan 22, 2024
1 parent 4b0f1b4 commit ebebb0c
Show file tree
Hide file tree
Showing 17 changed files with 866 additions and 597 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ COPY dist/onecx-announcement-ui/ $DIR_HTML
ENV BFF_URL http://onecx-announcement-bff:8080/
ENV APP_BASE_HREF /announcement/

RUN chmod 775 -R $DIR_HTML/assets
RUN chmod 775 -R "$DIR_HTML"/assets
USER 1001
Loading

0 comments on commit ebebb0c

Please sign in to comment.