We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97f379 commit 8529d10Copy full SHA for 8529d10
epicshop/Dockerfile
@@ -15,8 +15,7 @@ ADD . .
15
16
RUN npm install --omit=dev
17
18
-CMD node ./setup-swap.js && \
19
- rm -rf ${EPICSHOP_CONTEXT_CWD} && \
+CMD rm -rf ${EPICSHOP_CONTEXT_CWD} && \
20
git clone https://github.com/epicweb-dev/get-started-with-react ${EPICSHOP_CONTEXT_CWD} && \
21
cd ${EPICSHOP_CONTEXT_CWD} && \
22
npx epicshop start
epicshop/fly.toml
@@ -3,6 +3,7 @@ primary_region = "sjc"
3
kill_signal = "SIGINT"
4
kill_timeout = 5
5
processes = [ ]
6
+swap_size_mb = 512
7
8
[experimental]
9
allowed_public_ports = [ ]
0 commit comments