We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 692ec8e + 71b06f9 commit c55a8d0Copy full SHA for c55a8d0
apps/OpenSign/Dockerhubfile
@@ -15,13 +15,11 @@ COPY apps/OpenSign/ .
15
COPY microfrontends/ .
16
COPY apps/OpenSign/.husky .
17
18
-RUN npm run docker-build
19
-
20
# Make port 3000 available to the world outside this container
21
EXPOSE 3000
22
23
# Define environment variables if needed
24
# ENV NODE_ENV production
25
26
# Run the application
27
-CMD ["npm", "start"]
+CMD ["npm", "run docker-build && npm start"]
0 commit comments