Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 413 Bytes

File metadata and controls

12 lines (11 loc) · 413 Bytes

highfive-front

docker image 빌드(buildx builder 생성 -> os/arch를 linux/amd64,linux/arm64로 모두 해야 amd64 ec2에서도 해당 image 사용 가능)

docker buildx build --platform linux/amd64,linux/arm64
-t [이미지명]:[tag]
--push .

docker 컨테이너 가동

docker run -d
--name [컨테이너명]
-e BACKEND_URL=[백엔드주소]
-p [port]:80
[이미지명]:[tag]