Unverified Commit 9ec27919 authored by Keshav Prasad's avatar Keshav Prasad Committed by GitHub
Browse files

Update Dockerfile.Build

Showing with 0 additions and 1 deletion
+0 -1
......@@ -6,7 +6,6 @@ RUN apk update \
RUN apk add python make g++
ADD src /opt/content/
WORKDIR /opt/content/
RUN npm set progress=false
RUN npm install --unsafe-perm
WORKDIR /opt
CMD ["zip", "-r", "content_service.zip", "content"]
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