We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf9fc0 commit 775aaebCopy full SHA for 775aaeb
Dockerfile
@@ -10,6 +10,7 @@ ENV NODE_OPTIONS=--dns-result-order=ipv4first
10
RUN mkdir /app
11
WORKDIR /app
12
13
+RUN curl https://dl.google.com/linux/linux_signing_key.pub | tee /etc/apt/trusted.gpg.d/google.asc >/dev/null
14
RUN apt update && apt install -y nginx
15
16
COPY tests/e2e/nginx.conf /etc/nginx/sites-available/default
0 commit comments