We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1dc737 commit 64158e4Copy full SHA for 64158e4
Dockerfile
@@ -18,7 +18,4 @@ RUN apt-get update \
18
COPY package.json package-lock.json index.js /action/
19
RUN npm ci --only=prod
20
21
-RUN useradd -ms /bin/bash deploy
22
-USER deploy
23
-
24
ENTRYPOINT ["node", "/action/index.js"]
0 commit comments