Skip to content

Commit 8529d10

Browse files
committed
fix swap
1 parent f97f379 commit 8529d10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

epicshop/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ ADD . .
1515

1616
RUN npm install --omit=dev
1717

18-
CMD node ./setup-swap.js && \
19-
rm -rf ${EPICSHOP_CONTEXT_CWD} && \
18+
CMD rm -rf ${EPICSHOP_CONTEXT_CWD} && \
2019
git clone https://github.com/epicweb-dev/get-started-with-react ${EPICSHOP_CONTEXT_CWD} && \
2120
cd ${EPICSHOP_CONTEXT_CWD} && \
2221
npx epicshop start

epicshop/fly.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ primary_region = "sjc"
33
kill_signal = "SIGINT"
44
kill_timeout = 5
55
processes = [ ]
6+
swap_size_mb = 512
67

78
[experimental]
89
allowed_public_ports = [ ]

0 commit comments

Comments
 (0)