BasToTheMax commited on
Commit
0db5c8a
·
verified ·
1 Parent(s): b9b85ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +10 -1
Dockerfile CHANGED
@@ -1 +1,10 @@
1
- FROM ollama/ollama
 
 
 
 
 
 
 
 
 
 
1
+ FROM ollama/ollama
2
+
3
+ RUN adduser --home /home/container container
4
+
5
+ COPY . /home/container
6
+ RUN chown -R container /home/container
7
+
8
+ USER container
9
+ ENV USER=container HOME=/home/container
10
+ WORKDIR /home/container