Skip to content

Commit bef665c

Browse files
CR-11819 (#95)
* new user * yarn * no yarn lock change * no yarn lock change
1 parent 156b646 commit bef665c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ RUN apk add --no-cache --virtual deps \
2020
# copy app files
2121
COPY . ./
2222

23+
RUN adduser -D -h /home/cfu -s /bin/bash cfu
24+
25+
USER cfu
26+
2327
CMD ["node", "lib/index.js"]

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.8.1
1+
version: 1.8.2

0 commit comments

Comments
 (0)