From 95292f137f275edc00628872d322b2c8e36040d2 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Thu, 16 Jan 2025 13:06:05 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1ado=20netcat=20al=20contenedor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f0a446..810d79d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11-slim # install nginx -RUN apt-get update && apt-get install nginx -y +RUN apt-get update && apt-get install nginx netcat -y # copy our nginx configuration to overwrite nginx defaults COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf # link nginx logs to container stdout