Skip to content

Commit

Permalink
Update Dockerhubfile
Browse files Browse the repository at this point in the history
  • Loading branch information
prafull-opensignlabs authored Feb 23, 2024
1 parent 692ec8e commit 71b06f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/OpenSign/Dockerhubfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ COPY apps/OpenSign/ .
COPY microfrontends/ .
COPY apps/OpenSign/.husky .

RUN npm run docker-build

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

# Define environment variables if needed
# ENV NODE_ENV production

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

0 comments on commit 71b06f9

Please sign in to comment.