Skip to content

Commit 37ea692

Browse files
committed
help evn
1 parent 854dbda commit 37ea692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

epicshop/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:24-bookworm-slim as base
22

33
RUN apt-get update && apt-get install -y git
44

5-
ENV EPICSHOP_REPO=https://github.com/epicweb-dev/react-fundamentals
5+
ENV EPICSHOP_GITHUB_REPO=https://github.com/epicweb-dev/react-fundamentals
66
ENV EPICSHOP_CONTEXT_CWD="/myapp/workshop-content"
77
ENV EPICSHOP_DEPLOYED="true"
88
ENV EPICSHOP_DISABLE_WATCHER="true"
@@ -13,7 +13,7 @@ ENV NODE_ENV="production"
1313
WORKDIR /myapp
1414

1515
# Clone the workshop repo during build time, excluding database files
16-
RUN git clone --depth 1 ${EPICSHOP_REPO} ${EPICSHOP_CONTEXT_CWD}
16+
RUN git clone --depth 1 ${EPICSHOP_GITHUB_REPO} ${EPICSHOP_CONTEXT_CWD}
1717

1818
ADD . .
1919

0 commit comments

Comments
 (0)