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 9f010f4 commit 333f2d5Copy full SHA for 333f2d5
Dockerfile
@@ -15,10 +15,10 @@ FROM denoland/deno:alpine-1.30.0
15
WORKDIR /app
16
17
ADD server .
18
+ADD prefabs prefabs
19
20
# Compile the main app so that it doesn't need to be compiled each startup/entry.
21
COPY --from=build-ui /app/dist /app/dashboard
-COPY prefabs /app/
22
23
RUN deno compile --allow-sys \
24
--allow-net \
prefabs/shopify/mocks/checkout.yml
@@ -120,6 +120,7 @@
120
- name: Checkout Page
121
request:
122
path: /shopify/checkout
123
+ method: GET|POST
124
headers:
125
cookie: "shopify_checkoutId=.*"
126
response:
0 commit comments