Skip to content
Snippets Groups Projects
Commit 466e3d60 authored by Ilia Eriomenco's avatar Ilia Eriomenco
Browse files

removed ARGs from Dockerfile-ci

parent 7609a41d
No related branches found
No related tags found
No related merge requests found
FROM cypress/browsers:node14.16.0-chrome89-ff86
ARG node_env
ARG server_protocol
ARG server_host
ARG server_port
ARG client_protocol
ARG client_host
ARG client_port
ARG instance_name
ENV NODE_ENV "development"
ENV SERVER_PROTOCOL "http"
ENV SERVER_HOST "0.0.0.0"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment