Commit message

This commit is contained in:
1708639776959.sdtroot 2024-04-23 10:43:12 +09:00
parent 249d36ee99
commit fcaa2a5f8c
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ spec:
appName: app-test # 앱의 이름입니다.
runFile: main.py # 앱의 실행 파일입니다.
env:
bin: python3 # 앱을 실행할 바이너라 파일 종류입니다.(장비에 따라 다르므로 확인 후 정의해야 합니다.)
virtualEnv: mqtt-s3-env # 사용할 가상환경 이름입니다.
package: requirements.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.)
runtime: python3.9