Skip to content

Commit

Permalink
I always miss something
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Apr 25, 2024
1 parent 9a9bce0 commit 19b4a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epicshop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN npm install --omit=dev
CMD rm -rf ${EPICSHOP_CONTEXT_CWD} && \
git clone https://github.com/epicweb-dev/full-stack-foundations ${EPICSHOP_CONTEXT_CWD} && \
cd ${EPICSHOP_CONTEXT_CWD} && \
npx kcdshop start
npx epicshop start

0 comments on commit 19b4a8b

Please sign in to comment.