Skip to content

Commit

Permalink
Merge pull request #898 from mesg-foundation/ss/marketplace-build-pro…
Browse files Browse the repository at this point in the history
…cess

Change service marketplace build process
  • Loading branch information
antho1404 authored Apr 19, 2019
2 parents b3c35cd + 1f7000d commit d7eb590
Show file tree
Hide file tree
Showing 6 changed files with 234 additions and 166 deletions.
1 change: 1 addition & 0 deletions systemservices/marketplace/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
app
node_modules
.DS_Store
.git
5 changes: 3 additions & 2 deletions systemservices/marketplace/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
.DS_Store
app
node_modules
.DS_Store
3 changes: 2 additions & 1 deletion systemservices/marketplace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ WORKDIR /app
COPY ./package* ./
RUN npm install
COPY . .
CMD [ "npm", "start" ]
RUN npm run build
CMD [ "npm", "start" ]
Loading

0 comments on commit d7eb590

Please sign in to comment.