Skip to content

Commit 180699e

Browse files
committed
add richmenu-templates
1 parent 6c7335c commit 180699e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN addgroup -S appgroup && adduser -S appuser -G appgroup
1919
COPY --from=builder /app/dist /app/dist
2020
COPY --from=builder /app/package.json /app/package.json
2121
COPY --from=builder /app/package-lock.json /app/package-lock.json
22+
COPY --from=builder /app/richmenu-templetes /app/richmenu-templetes
2223

2324
ENV NODE_ENV=production
2425

0 commit comments

Comments
 (0)