Skip to content

Commit bcbea94

Browse files
committed
add user for uid 1000
1 parent aa1d861 commit bcbea94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ WORKDIR /usr/src/app
1111
COPY package.json /usr/src/app
1212
RUN npm install
1313

14+
RUN useradd ct
15+
1416
VOLUME /usr/src/app/site
1517
CMD ["npm", "run", "build"]
1618

0 commit comments

Comments
 (0)