Compare commits

...

1 Commits
v2.0.0 ... main

Author SHA1 Message Date
1708639776959.sdtroot 73604e51f4 Update framework.yaml 2024-05-21 06:19:21 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ spec:
appName: app-name # 앱의 이름입니다. appName: app-name # 앱의 이름입니다.
runFile: main.py # 앱의 실행 파일입니다. runFile: main.py # 앱의 실행 파일입니다.
env: env:
bin: python3
virtualEnv: mqtt-env # 사용할 가상환경 이름입니다. virtualEnv: mqtt-env # 사용할 가상환경 이름입니다.
package: requirements.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.) package: requirements.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.)
runtime: python3.9 runtime: python3.9