Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Dec 6, 2024
1 parent 9b06cbf commit 80ff90b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-create.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker build -t course-backend .
docker build -t hummel009/course-backend .
2 changes: 1 addition & 1 deletion Dockerfile-run.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker run --name course-backend -p 2999:2999 course-backend
docker run --name course-backend -p 2999:2999 hummel009/course-backend
5 changes: 5 additions & 0 deletions Dockerhub-push.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
docker tag hummel009/course-frontend hummel009/course-frontend:latest
docker tag hummel009/course-backend hummel009/course-backend:latest

docker push hummel009/course-frontend:latest
docker push hummel009/course-backend:latest
8 changes: 0 additions & 8 deletions Dockerhub.txt

This file was deleted.

2 changes: 1 addition & 1 deletion appCourse/front/Dockerfile-create.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker build -t course-frontend .
docker build -t hummel009/course-frontend .
2 changes: 1 addition & 1 deletion appCourse/front/Dockerfile-run.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker run --name course-frontend -p 3000:3000 course-frontend
docker run --name course-frontend -p 3000:3000 hummel009/course-frontend

0 comments on commit 80ff90b

Please sign in to comment.