Skip to content

Commit 6bc375a

Browse files
authored
infra: build.sh 파일설정
infra: build.sh 파일설정
1 parent 7b199d7 commit 6bc375a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
cd ../
3+
mkdir output
4+
cp -R ./dasom-web-frontend/* ./output
5+
cp -R ./output ./dasom-web-frontend/

0 commit comments

Comments
 (0)