Skip to content

Commit 08e4522

Browse files
author
Frank
committed
Example: sync playground
1 parent 4ef5529 commit 08e4522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/internal/playground/images/web/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM node:18-bullseye-slim
2-
ARG SST_RESOURCE_MyBucket
32

43
WORKDIR /app/
54

@@ -8,7 +7,8 @@ RUN npm install
87

98
# Ensure linked resources are available at build time
109
COPY build.mjs /app
11-
RUN node build.mjs
10+
RUN --mount=type=secret,id=SST_RESOURCE_MyBucket,env=SST_RESOURCE_MyBucket \
11+
node build.mjs
1212

1313
COPY index.mjs /app
1414

0 commit comments

Comments
 (0)