mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:31:42 +00:00
agregar el repositorio git para poder hacer pull
This commit is contained in:
parent
e2d4ef6c9e
commit
ac013b5d6e
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ RUN adduser -s /bin/sh -G www-data -h /srv/http -D app
|
|||
# Convertirse en app para instalar
|
||||
USER app
|
||||
COPY --from=build --chown=app:www-data /home/app/checkout /srv/http
|
||||
COPY --chown=app:www-data ./.git/ ./.git/
|
||||
RUN rm -rf /srv/http/_sites /srv/http/_deploy
|
||||
RUN ln -s data/_storage /srv/http/_storage
|
||||
RUN ln -s data/_sites /srv/http/_sites
|
||||
|
|
Loading…
Reference in a new issue