ankush13r commited on
Commit
c39ed14
·
verified ·
1 Parent(s): 0c5ebed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,6 +16,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
16
  git gettext && \
17
  rm -rf /var/lib/apt/lists/*
18
 
 
19
 
20
  RUN git clone https://github.com/langtech-bsc/chat-ui.git --branch production
21
 
@@ -74,7 +75,6 @@ RUN mkdir -p /data/db \
74
 
75
  # Switch to the "node" user
76
  USER node
77
- RUN npx playwright install-deps && npx playwright install
78
 
79
  # Set user environment variables
80
  ENV HOME=/home/node \
 
16
  git gettext && \
17
  rm -rf /var/lib/apt/lists/*
18
 
19
+ RUN npx playwright install-deps && npx playwright install
20
 
21
  RUN git clone https://github.com/langtech-bsc/chat-ui.git --branch production
22
 
 
75
 
76
  # Switch to the "node" user
77
  USER node
 
78
 
79
  # Set user environment variables
80
  ENV HOME=/home/node \