Commit 4f514ae1 authored by Roee Gadot's avatar Roee Gadot
Browse files

fix dockerfile (remove deleting .env file) - it is found in dockerignore and...

fix dockerfile (remove deleting .env file) - it is found in dockerignore and fails to build if the file not exists
parent 20a2caf3
Showing with 0 additions and 1 deletion
+0 -1
......@@ -3,7 +3,6 @@ FROM node:14-slim AS site-build
WORKDIR /app/ui-build
COPY ui .
RUN rm .env
RUN npm i
RUN npm run build
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment