WORKDIR /app # Copy all files from our working environment to our Docker image COPY . . # Let's build our binary!
確定! 回上一頁