Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Administrator
geumdo_docs
Commits
869b3984
Commit
869b3984
authored
Jun 13, 2025
by
Administrator
Browse files
Upload New File
parent
0a26b6d1
Changes
1
Show whitespace changes
Inline
Side-by-side
docker_examples/rebuild_docker.sh
0 → 100644
View file @
869b3984
#!/bin/sh
#기존 cache 삭제
docker system prune
#docker build
docker build
-t
.
# Run Docker Compose with a specific container name
docker-compose up
-d
--build
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment