Skip to content

Commit 71b06f9

Browse files
Update Dockerhubfile
1 parent 692ec8e commit 71b06f9

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)