Navigate to the client folder, create a new file and name it Dockerfile . We will add the following to this file: FROM node:alpine WORKDIR / ...
確定! 回上一頁