Skip to content

Commit 661151f

Browse files
author
Levi Sørum
committed
fix: copy admin build output to build/
1 parent 62cf5b1 commit 661151f

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
@@ -17,6 +17,7 @@ RUN npm ci --omit=dev
1717

1818
COPY --from=build /app/dist ./dist
1919
COPY --from=build /app/dist/config ./config
20+
COPY --from=build /app/dist/build ./build
2021
COPY ./public ./public
2122
COPY favicon.png ./
2223

0 commit comments

Comments
 (0)