Skip to content

Commit 836a677

Browse files
authored
Update Dockerfile
1 parent 7551e49 commit 836a677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: epicshop/Dockerfile

+1-1
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/workshop-template ${EPICSHOP_CONTEXT_CWD} && \
19+
git clone https://github.com/epicweb-dev/react-component-testing-with-vitest ${EPICSHOP_CONTEXT_CWD} && \
2020
cd ${EPICSHOP_CONTEXT_CWD} && \
2121
npx epicshop start

0 commit comments

Comments
 (0)