Skip to content

Commit 98f0051

Browse files
authored
Merge pull request #3 from microsoft/miscovet/fix-indentation
Fix indentation
2 parents 83e8683 + e89ff7d commit 98f0051

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ ENV CODEQL_HOME /usr/local/codeql-home
5555
# record the latest version of the codeql-cli
5656
RUN python3 /usr/local/startup_scripts/get-latest-codeql-version.py > /tmp/codeql_version
5757
RUN mkdir -p ${CODEQL_HOME} \
58-
${CODEQL_HOME}/codeql-repo \
59-
${CODEQL_HOME}/codeql-go-repo \
60-
/opt/codeql
58+
${CODEQL_HOME}/codeql-repo \
59+
${CODEQL_HOME}/codeql-go-repo \
60+
/opt/codeql
6161

6262
RUN CODEQL_VERSION=$(cat /tmp/codeql_version) && \
6363
wget -q https://github.com/github/codeql-cli-binaries/releases/download/${CODEQL_VERSION}/codeql-linux64.zip -O /tmp/codeql_linux.zip && \
@@ -75,4 +75,4 @@ ENV PATH="${CODEQL_HOME}/codeql:${PATH}"
7575
# Pre-compile our queries to save time later
7676
#RUN codeql query compile --threads=0 ${CODEQL_HOME}/codelq-repo/*/ql/src/codeql-suites/*-.qls
7777
#RUN codeql query compile --threads=0 ${CODEQL_HOME}/codelq-go-repo/ql/src/codeql-suites/*-.qls
78-
ENTRYPOINT ["python3", "/usr/local/startup_scripts/startup.py"]
78+
ENTRYPOINT ["python3", "/usr/local/startup_scripts/startup.py"]

0 commit comments

Comments
 (0)