瀏覽代碼

chore: remove the COPY instruction in .devcontainer/Dockerfile (#3409)

Bodhi 1 年之前
父節點
當前提交
aace34c8a3
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      .devcontainer/Dockerfile

+ 0 - 3
.devcontainer/Dockerfile

@@ -1,8 +1,5 @@
 FROM mcr.microsoft.com/devcontainers/python:3.10
 
-COPY . .
-
-
 # [Optional] Uncomment this section to install additional OS packages.
 # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
 #     && apt-get -y install --no-install-recommends <your-package-list-here>