Skip to content

Commit

Permalink
Merge branch 'cicd-docker-ec2' into cicd-docker-ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambika06101995 authored Jul 12, 2024
2 parents 6ae04b7 + cdf0a0d commit 6f97414
Show file tree
Hide file tree
Showing 6 changed files with 677 additions and 23 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ deploy:
run : docker run -d -p 5000:5000 -name nodejs-app-container ambika06101995/nodejs-app



20 changes: 0 additions & 20 deletions .github/workflows/main.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ COPY package.json ./
RUN npm install
COPY . .
EXPOSE 5000
CMD [ "npm","run","start" ]
CMD ["npm","run","start"]

Loading

0 comments on commit 6f97414

Please sign in to comment.