Skip to content

Commit f46f2c0

Browse files
authored
Merge pull request #149 from prgrms-web-devcourse-final-project/deploy-1
deploy
2 parents 7c2a625 + 1d73537 commit f46f2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
--restart unless-stopped \
236236
--network "${NET}" \
237237
-e TZ=Asia/Seoul \
238-
-d /bid_data:/data \
238+
-v /bid_data:/data \
239239
"${IMAGE}"
240240
241241
# ---------------------------------------------------------

0 commit comments

Comments
 (0)