Create a text file called Dockerfile with the following contents: # Basic nginx dockerfile starting with Ubuntu 20.04 FROM ubuntu:20.04 RUN apt-get -y ...
確定! 回上一頁