Skip to content

Commit

Permalink
chore: remove the COPY instruction in .devcontainer/Dockerfile (langg…
Browse files Browse the repository at this point in the history
  • Loading branch information
BodhiHu authored and Gzn committed Apr 15, 2024
1 parent 082ee89 commit 178d525
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 178d525

Please sign in to comment.