Spaces:
Runtime error
Runtime error
File size: 271 Bytes
bf0fbf9 |
1 2 3 4 5 6 7 8 9 10 |
# Base image
FROM selenium/standalone-chrome
# Access to the project within the Docker container
COPY ./seleniumTest/project /app
# Install Node.js
RUN sudo apt-get update
RUN sudo apt-get install --yes curl
RUN curl --silent --location https://deb.nodesource.com/setup |