Skip to content

Commit d15d0c5

Browse files
author
Levi Sørum
committed
fix: include tsconfig.json so Strapi resolves dist/ automatically
1 parent 62cf5b1 commit d15d0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY package.json package-lock.json ./
1616
RUN npm ci --omit=dev
1717

1818
COPY --from=build /app/dist ./dist
19-
COPY --from=build /app/dist/config ./config
19+
COPY --from=build /app/tsconfig.json ./tsconfig.json
2020
COPY ./public ./public
2121
COPY favicon.png ./
2222

0 commit comments

Comments
 (0)