diff --git a/.devcontainer/server/Dockerfile b/.devcontainer/server/Dockerfile index 359c86f..19157b0 100644 --- a/.devcontainer/server/Dockerfile +++ b/.devcontainer/server/Dockerfile @@ -35,7 +35,7 @@ USER ubuntu RUN mkdir -p /home/ubuntu/.local/share && \ unzip -d /home/ubuntu/.local/share /tmp/jetbrains.zip -ENV IDEA_VM_OPTIONS=/home/ubuntu/.local/share/jetbrains/vmoptions/idea.vmoptions +#ENV IDEA_VM_OPTIONS=/home/ubuntu/.local/share/jetbrains/vmoptions/idea.vmoptions # Set the working directory WORKDIR /home/ubuntu