Atualizar Dockerfile
This commit is contained in:
@@ -32,6 +32,9 @@ RUN echo "DirectoryIndex login.php index.php" > /etc/apache2/conf-available/dire
|
|||||||
COPY app.zip /var/www/html/
|
COPY app.zip /var/www/html/
|
||||||
RUN unzip -o app.zip -d /var/www/html && rm app.zip
|
RUN unzip -o app.zip -d /var/www/html && rm app.zip
|
||||||
|
|
||||||
|
# Copia o files.zip para a raiz do container (para descompactação manual)
|
||||||
|
COPY files.zip /files.zip
|
||||||
|
|
||||||
# Cria um link simbólico para os arquivos montados externamente
|
# Cria um link simbólico para os arquivos montados externamente
|
||||||
RUN ln -s /data/coolify/sgq/files /var/www/html/files
|
RUN ln -s /data/coolify/sgq/files /var/www/html/files
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user