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.
ENV
1 parent 4317997 commit fd98ef6Copy full SHA for fd98ef6
Dockerfile.ci
@@ -2,7 +2,7 @@ FROM node:lts-bookworm
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
5
-ENV PATH "/usr/local/ssl/bin:$PATH"
+ENV PATH="/usr/local/ssl/bin:$PATH"
6
7
RUN mkdir /app
8
RUN chown node:node -R /app
0 commit comments