Zhofang commited on
Commit
eeb9c84
·
verified ·
1 Parent(s): e6dc20f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
40
 
41
  # Create a working directory
42
  WORKDIR /app
43
-
44
  # Create a non-root user and switch to it
45
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
46
  && chown -R user:user /app
 
40
 
41
  # Create a working directory
42
  WORKDIR /app
43
+ RUN npm i uuid
44
  # Create a non-root user and switch to it
45
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
46
  && chown -R user:user /app