mirror of https://github.com/langgenius/dify.git
chore: remove the COPY instruction in .devcontainer/Dockerfile (#3409)
This commit is contained in:
parent
dd354bd396
commit
aace34c8a3
|
@ -1,8 +1,5 @@
|
||||||
FROM mcr.microsoft.com/devcontainers/python:3.10
|
FROM mcr.microsoft.com/devcontainers/python:3.10
|
||||||
|
|
||||||
COPY . .
|
|
||||||
|
|
||||||
|
|
||||||
# [Optional] Uncomment this section to install additional OS packages.
|
# [Optional] Uncomment this section to install additional OS packages.
|
||||||
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||||
# && apt-get -y install --no-install-recommends <your-package-list-here>
|
# && apt-get -y install --no-install-recommends <your-package-list-here>
|
Loading…
Reference in New Issue