From bd81b60577894ca73321808c7dc9f9ceebe59192 Mon Sep 17 00:00:00 2001 From: Jan Haase <105806818+cheminfolab@users.noreply.github.com> Date: Sun, 24 Nov 2024 21:50:48 +0100 Subject: [PATCH] minor modification --- frontend/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 5ee3064..8757e62 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -8,7 +8,4 @@ RUN npm install COPY . . -#EXPOSE 3000 - -#CMD ["npm", "start"] RUN npm run build \ No newline at end of file