Skip to content

[FIX] Dockerfile Jar 파일 경로 수정 #27

[FIX] Dockerfile Jar 파일 경로 수정

[FIX] Dockerfile Jar 파일 경로 수정 #27

Workflow file for this run

version: 0.0
os: linux
files:
- source: /
destination: /home/ubuntu/app
overwrite: yes
permissions:
- object: /
pattern: "**"
owner: ubuntu
group: ubuntu
hooks:
AfterInstall:
- location: deploy.sh
timeout: 60
runas: ubuntu