feat: refs #7022 Added cdn #5
Loading…
Reference in New Issue
No description provided.
Delete Branch "7022-rwmap"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +1,8 @@
version: '3'
El fichero compose no debe ir en este repo, solo el Dockerfile y los ficheros necesarios para generar la imagen
Correcto pero revisar comentario.
@ -0,0 +21,4 @@
if (-e "/usr/local/apache2/htdocs/$newPath") {
print "/$newPath\n";
} else {
print "/image/$input\n";
Creo que se nos ha colado en las pruebas y debería ser solo
print "/$input\n";
dado que$input
ya incluye image.