We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a70672 commit 98050eeCopy full SHA for 98050ee
epicshop/Dockerfile
@@ -16,6 +16,6 @@ ADD . .
16
RUN npm install --omit=dev
17
18
CMD rm -rf ${EPICSHOP_CONTEXT_CWD} && \
19
- git clone https://github.com/epicweb-dev/workshop-template ${EPICSHOP_CONTEXT_CWD} && \
+ git clone https://github.com/epicweb-dev/advanced-vitest-patterns ${EPICSHOP_CONTEXT_CWD} && \
20
cd ${EPICSHOP_CONTEXT_CWD} && \
21
npx epicshop start
0 commit comments