mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 01:14:53 +03:00
fix typo
This commit is contained in:
parent
512e2106e0
commit
be723e8be5
|
@ -35,7 +35,7 @@ ENV BUILD_ENV ${BUILD_ENVIRONMENT}
|
|||
|
||||
WORKDIR ${APP_HOME}
|
||||
|
||||
{% if cookiecutter.vscode_devcontainer == "y" %}
|
||||
{% if cookiecutter.use_vscode_devcontainer == "y" %}
|
||||
# VS Code devcontainer dependencies and utils
|
||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
sudo git bash-completion nano
|
||||
|
|
Loading…
Reference in New Issue
Block a user