Skip to content

Commit b5168fc

Browse files
committed
a few tidbits from the default devcontainer image
1 parent dbd4495 commit b5168fc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.devcontainer/devcontainer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"vue.volar",
3636
"hollowtree.vue-snippets",
3737
"redhat.vscode-yaml",
38-
"gamunu.vscode-yarn"
38+
"gamunu.vscode-yarn",
39+
"GitHub.vscode-pull-request-github"
3940
],
4041
"settings": {}
4142
}

.docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ ENV DEBIAN_FRONTEND=noninteractive
44
ENV TZ=Etc/UTC
55

66
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \
7-
&& echo $TZ > /etc/timezone
7+
&& echo $TZ > /etc/timezone \
8+
&& git config --global --add safe.directory /var/www/html
89

910
RUN apt-get update \
1011
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)