Remove settings from Dockerfile, now in devcontainer.json

This commit is contained in:
Chuck Lantz
2019-05-28 19:55:39 +00:00
parent 913acfbc34
commit 57fd40c114
2 changed files with 0 additions and 6 deletions

View File

@@ -5,9 +5,6 @@
FROM maven:3.6-jdk-8
# Copy endpoint specific user settings overrides into container to specify Java path
COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json
# Configure apt
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \

View File

@@ -1,3 +0,0 @@
{
"java.home": "/docker-java-home"
}