martynka commited on
Commit
78d03ad
·
verified ·
1 Parent(s): a8c726b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  # Pull the base image
2
  FROM ghcr.io/danny-avila/librechat-dev:latest
3
-
4
  # Set environment variables
5
  ENV HOST=0.0.0.0
6
  ENV PORT=7860
 
1
  # Pull the base image
2
  FROM ghcr.io/danny-avila/librechat-dev:latest
3
+ USER root
4
  # Set environment variables
5
  ENV HOST=0.0.0.0
6
  ENV PORT=7860