Skip to content

Commit c55a8d0

Browse files
authored
Merge pull request #433 from OpenSignLabs/prafull-opensignlabs-patch-11
Update Dockerhubfile
2 parents 692ec8e + 71b06f9 commit c55a8d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/OpenSign/Dockerhubfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ COPY apps/OpenSign/ .
1515
COPY microfrontends/ .
1616
COPY apps/OpenSign/.husky .
1717

18-
RUN npm run docker-build
19-
2018
# Make port 3000 available to the world outside this container
2119
EXPOSE 3000
2220

2321
# Define environment variables if needed
2422
# ENV NODE_ENV production
2523

2624
# Run the application
27-
CMD ["npm", "start"]
25+
CMD ["npm", "run docker-build && npm start"]

0 commit comments

Comments
 (0)