Skip to content

Commit fd98ef6

Browse files
committed
Fix the ENV ci warning
1 parent 4317997 commit fd98ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:lts-bookworm
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

5-
ENV PATH "/usr/local/ssl/bin:$PATH"
5+
ENV PATH="/usr/local/ssl/bin:$PATH"
66

77
RUN mkdir /app
88
RUN chown node:node -R /app

0 commit comments

Comments
 (0)