리뷰 Google Cloud 기초: App Engine 시작하기개

리뷰 194457개

nice lab

Uma M. · 4년 초과 전에 리뷰됨

Mr. P. · 4년 초과 전에 리뷰됨

Uma M. · 4년 초과 전에 리뷰됨

Tanushka B. · 4년 초과 전에 리뷰됨

Hrudhay K. · 4년 초과 전에 리뷰됨

Bhagathsingh B. · 4년 초과 전에 리뷰됨

Nurhidayah B. · 4년 초과 전에 리뷰됨

SUPER

Manikandan R. · 4년 초과 전에 리뷰됨

Praveenkumar S. · 4년 초과 전에 리뷰됨

Anatoly N. · 4년 초과 전에 리뷰됨

Apoorva C. · 4년 초과 전에 리뷰됨

cameron c. · 4년 초과 전에 리뷰됨

Samuel L. · 4년 초과 전에 리뷰됨

THANH PHU N. · 4년 초과 전에 리뷰됨

Akhilesh A. · 4년 초과 전에 리뷰됨

Pamela Nataly I. · 4년 초과 전에 리뷰됨

Samuel L. · 4년 초과 전에 리뷰됨

ok

Sumit S. · 4년 초과 전에 리뷰됨

Gopal P. · 4년 초과 전에 리뷰됨

Uday K. · 4년 초과 전에 리뷰됨

raghavendra s. · 4년 초과 전에 리뷰됨

Guan Zhen C. · 4년 초과 전에 리뷰됨

Sudheernath P. · 4년 초과 전에 리뷰됨

The Command: FROM python:3.7 WORKDIR /app COPY . . RUN pip install gunicorn RUN pip install -r requirements.txt ENV PORT=8080 CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 main:app gave this result: -bash: FROM: command not found -bash: WORKDIR: command not found -bash: COPY: command not found -bash: RUN: command not found -bash: RUN: command not found -bash: ENV: command not found -bash CMD: command not found I ran this from cloud shell in the hello_world app directory. I got the updated info and I understand I needed to create the dockerfile and that was not clear in the instructions.

Jonathan K. · 4년 초과 전에 리뷰됨

Alekhya G. · 4년 초과 전에 리뷰됨

Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.