From 106ff347a9a98454977f903e39397aeb714e099a Mon Sep 17 00:00:00 2001 From: "Kalahasthipura Vishwanath, Varun Gowda (PG/T - Comp Sci & Elec Eng)" <vk00621@surrey.ac.uk> Date: Fri, 14 Feb 2025 12:19:04 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index c32be6e..4a42cac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,2 @@ -# This file is a template, and might need editing before it works on your project. -FROM python:2.7 +print("hello world") -RUN mkdir -p /usr/src/app -WORKDIR /usr/src/app - -COPY requirements.txt /usr/src/app/ -RUN pip install --no-cache-dir -r requirements.txt - -COPY . /usr/src/app - -CMD ["python", "app.py"] -- GitLab