We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7551e49 commit 836a677Copy full SHA for 836a677
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/react-component-testing-with-vitest ${EPICSHOP_CONTEXT_CWD} && \
20
cd ${EPICSHOP_CONTEXT_CWD} && \
21
npx epicshop start
0 commit comments