Skip to content

Commit 0a7a659

Browse files
committed
clean of elm
1 parent 470811b commit 0a7a659

File tree

6 files changed

+3
-443
lines changed

6 files changed

+3
-443
lines changed

Dockerfile.js-bm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,14 @@ RUN set -x \
156156
# clonning form github
157157
#==============================
158158

159-
RUN mkdir /src
159+
RUN mkdir -p /src/js-framework-benchmark
160+
WORKDIR /src
161+
160162
RUN git clone https://github.com/mishadev/js-framework-benchmark.git /src/js-framework-benchmark
161163

162164
#==============================
163165
# Scripts to run Selenium
164166
#==============================
165-
WORKDIR /src
166167
ADD ./package.json /src/package.json
167168
RUN npm install
168169

elm-v0.18.0/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

elm-v0.18.0/elm-package.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

elm-v0.18.0/index.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

elm-v0.18.0/package.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)