Skip to content

Commit 64158e4

Browse files
committed
fix(dockerfile): remove user
1 parent b1dc737 commit 64158e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ RUN apt-get update \
1818
COPY package.json package-lock.json index.js /action/
1919
RUN npm ci --only=prod
2020

21-
RUN useradd -ms /bin/bash deploy
22-
USER deploy
23-
2421
ENTRYPOINT ["node", "/action/index.js"]

0 commit comments

Comments
 (0)