Commit 869b3984 authored by Administrator's avatar Administrator
Browse files

Upload New File

parent 0a26b6d1
#!/bin/sh
#기존 cache 삭제
docker system prune
#docker build
docker build -t .
# Run Docker Compose with a specific container name
docker-compose up -d --build
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment