wIK5Ez2o commited on
Commit
9c7b428
·
verified ·
1 Parent(s): f9a04a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -1,4 +1,9 @@
1
  FROM justsong/one-api:latest
 
 
 
 
 
2
  RUN apk add gcompat tini git jq curl
3
  RUN rm -rf /data/*
4
  RUN chmod -R 777 /data
 
1
  FROM justsong/one-api:latest
2
+
3
+ ENV GBP_USER ${GBP_USER:-gbp}
4
+ ENV GBP_USER_ID ${GBP_USER_ID:-1000}
5
+ USER root
6
+
7
  RUN apk add gcompat tini git jq curl
8
  RUN rm -rf /data/*
9
  RUN chmod -R 777 /data