Undo Auto-formatted text by VS Code

This commit is contained in:
Prafull Kotecha 2020-08-02 17:29:02 -04:00 committed by GitHub
parent f299234413
commit dee0adb7b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ FROM base as builder
RUN apt-get -qq update \
&& apt-get install -y --no-install-recommends \
g++
g++
COPY requirements.txt .
@ -31,5 +31,5 @@ COPY . .
RUN chmod +x ./loadgen.sh
RUN apt-get -qq update \
&& apt-get install -y --no-install-recommends \
curl
curl
ENTRYPOINT ./loadgen.sh