Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/OpenSign/Dockerhubfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ COPY apps/OpenSign/ .
COPY microfrontends/ .
COPY apps/OpenSign/.husky .

RUN npm docker-build

# Make port 3000 available to the world outside this container
EXPOSE 3000

Expand Down
2 changes: 1 addition & 1 deletion apps/OpenSign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"build": "npm run version && rm -rf public/mfbuild && npm run micro && CI=false && mf-cra build",
"micro": "cd ../../microfrontends/SignDocuments && npm install && npm run build",
"docker-build": "npm run version && rm -rf public/mfbuild && npm run docker-micro && CI=false && mf-cra build",
"docker-micro": "cd ./microfrontends/SignDocuments && npm install && npm run build",
"docker-micro": "cd ./SignDocuments && npm install && npm run build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"release": "standard-version",
Expand Down