Removed db, added app
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -60,7 +60,7 @@ RUN poetry install --no-root
|
|
60 |
# COPY --chown=user:user ./config $HOME/config
|
61 |
# COPY --chown=user:user ./app $HOME/app
|
62 |
RUN cp -R /clonedir/src /clonedir/data /clonedir/config /clonedir/app $HOME
|
63 |
-
RUN chown -R user:user $HOME/src $HOME/data $HOME/config $HOME/
|
64 |
|
65 |
# Set up database path and env variabole. Comment out if running on hugging face spaces
|
66 |
# RUN mkdir $HOME/db
|
|
|
60 |
# COPY --chown=user:user ./config $HOME/config
|
61 |
# COPY --chown=user:user ./app $HOME/app
|
62 |
RUN cp -R /clonedir/src /clonedir/data /clonedir/config /clonedir/app $HOME
|
63 |
+
RUN chown -R user:user $HOME/src $HOME/data $HOME/config $HOME/app
|
64 |
|
65 |
# Set up database path and env variabole. Comment out if running on hugging face spaces
|
66 |
# RUN mkdir $HOME/db
|