Skip to content

Commit

Permalink
remove old swap thing
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Apr 24, 2024
1 parent 8e77351 commit 9a9bce0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions epicshop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ ADD . .

RUN npm install --omit=dev

CMD node ./setup-swap.js && \
rm -rf ${EPICSHOP_CONTEXT_CWD} && \
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

0 comments on commit 9a9bce0

Please sign in to comment.