Skip to content

Commit ded4586

Browse files
committed
optimize dockerfile by using shallow clone for advanced-mcp-features
1 parent f6fbeac commit ded4586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

epicshop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ ADD . .
1616
RUN npm install --omit=dev
1717

1818
CMD rm -rf ${EPICSHOP_CONTEXT_CWD} && \
19-
git clone https://github.com/epicweb-dev/advanced-mcp-features ${EPICSHOP_CONTEXT_CWD} && \
19+
git clone --depth=1 https://github.com/epicweb-dev/advanced-mcp-features ${EPICSHOP_CONTEXT_CWD} && \
2020
cd ${EPICSHOP_CONTEXT_CWD} && \
2121
npx epicshop start

0 commit comments

Comments
 (0)