Skip to content

Commit 333f2d5

Browse files
author
Raymond Ottun
committed
fix: add prefabs to the docker image
1 parent 9f010f4 commit 333f2d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ FROM denoland/deno:alpine-1.30.0
1515
WORKDIR /app
1616

1717
ADD server .
18+
ADD prefabs prefabs
1819

1920
# Compile the main app so that it doesn't need to be compiled each startup/entry.
2021
COPY --from=build-ui /app/dist /app/dashboard
21-
COPY prefabs /app/
2222

2323
RUN deno compile --allow-sys \
2424
--allow-net \

prefabs/shopify/mocks/checkout.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
- name: Checkout Page
121121
request:
122122
path: /shopify/checkout
123+
method: GET|POST
123124
headers:
124125
cookie: "shopify_checkoutId=.*"
125126
response:

0 commit comments

Comments
 (0)