Skip to content

Commit

Permalink
Address sonar code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
kgapos committed Oct 28, 2023
1 parent d4b3077 commit ea3a4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN npm ci --ignore-scripts
COPY ./src .

# Production stage
FROM node:gallium-alpine3.18 as runtime
FROM node:gallium-alpine3.18 AS runtime

RUN addgroup -S nonroot && adduser -S nonroot -G nonroot
WORKDIR /app
Expand Down

0 comments on commit ea3a4ee

Please sign in to comment.