CryptXDaVinciss commited on
Commit
3b774cd
·
verified ·
1 Parent(s): 0f8dda5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,7 +38,7 @@ RUN npx playwright install --with-deps chromium
38
 
39
  USER node
40
 
41
- COPY --chown=user . .
42
 
43
  # Expose API port
44
  EXPOSE 7860
 
38
 
39
  USER node
40
 
41
+ COPY --chown=node . .
42
 
43
  # Expose API port
44
  EXPOSE 7860