We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f8880 commit afe2f3dCopy full SHA for afe2f3d
Dockerfile
@@ -1,3 +1,8 @@
1
+FROM node:alpine
2
+ADD ./axe_selenium_python/package*.json ./src/axe_selenium_python/
3
+WORKDIR /src/axe_selenium_python
4
+RUN npm install
5
+
6
FROM ubuntu:xenial
7
8
ENV DEBIAN_FRONTEND=noninteractive \
@@ -34,9 +39,4 @@ ENV TOX_VERSION=3.2.0
34
39
RUN pip3 install tox==$TOX_VERSION
35
40
36
41
ADD . /src
37
-
38
-FROM node:alpine
-WORKDIR /src/axe_selenium_python
-RUN npm install
42
WORKDIR /src
0 commit comments