From b8dd40e5310379d953bfde3246bd40fe0cbd3ae7 Mon Sep 17 00:00:00 2001 From: Mario Sarcevic Date: Fri, 8 Dec 2023 11:15:12 +0100 Subject: [PATCH] chore: Remove unneeded commands from client/Dockerfile --- client/Dockerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/client/Dockerfile b/client/Dockerfile index 3785bd438..76e53ed49 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -24,13 +24,6 @@ RUN echo 'server {\ }\ }' > /etc/nginx/sites-available/default - -# List all files and directories -RUN find -ls - -# Make postinstall.sh executable -RUN chmod +x ./script/postinstall.sh - # Running required steps to prepare the web app prod build RUN npm install RUN npm run build