关于“Google Cloud Fundamentals: Getting Started with App Engine”的评价

194457 条评价

nice lab

Uma M. · 已于 over 4 years前审核

Mr. P. · 已于 over 4 years前审核

Uma M. · 已于 over 4 years前审核

Tanushka B. · 已于 over 4 years前审核

Hrudhay K. · 已于 over 4 years前审核

Bhagathsingh B. · 已于 over 4 years前审核

Nurhidayah B. · 已于 over 4 years前审核

SUPER

Manikandan R. · 已于 over 4 years前审核

Praveenkumar S. · 已于 over 4 years前审核

Anatoly N. · 已于 over 4 years前审核

Apoorva C. · 已于 over 4 years前审核

cameron c. · 已于 over 4 years前审核

Samuel L. · 已于 over 4 years前审核

THANH PHU N. · 已于 over 4 years前审核

Akhilesh A. · 已于 over 4 years前审核

Pamela Nataly I. · 已于 over 4 years前审核

Samuel L. · 已于 over 4 years前审核

ok

Sumit S. · 已于 over 4 years前审核

Gopal P. · 已于 over 4 years前审核

Uday K. · 已于 over 4 years前审核

raghavendra s. · 已于 over 4 years前审核

Guan Zhen C. · 已于 over 4 years前审核

Sudheernath P. · 已于 over 4 years前审核

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. · 已于 over 4 years前审核

Alekhya G. · 已于 over 4 years前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。