We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd4495 commit b5168fcCopy full SHA for b5168fc
.devcontainer/devcontainer.json
@@ -35,7 +35,8 @@
35
"vue.volar",
36
"hollowtree.vue-snippets",
37
"redhat.vscode-yaml",
38
- "gamunu.vscode-yarn"
+ "gamunu.vscode-yarn",
39
+ "GitHub.vscode-pull-request-github"
40
],
41
"settings": {}
42
}
.docker/Dockerfile
@@ -4,7 +4,8 @@ ENV DEBIAN_FRONTEND=noninteractive
4
ENV TZ=Etc/UTC
5
6
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \
7
- && echo $TZ > /etc/timezone
+ && echo $TZ > /etc/timezone \
8
+ && git config --global --add safe.directory /var/www/html
9
10
RUN apt-get update \
11
&& apt-get install -y --no-install-recommends \
0 commit comments