Skip to content

Commit

Permalink
chore: Remove unneeded commands from client/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Dec 8, 2023
1 parent 96daf3c commit b8dd40e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8dd40e

Please sign in to comment.