Skip to content

Commit 62cf5b1

Browse files
author
Levi Sørum
committed
fix: copy compiled config from dist/config to config/
1 parent 55b3ff6 commit 62cf5b1

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
@@ -16,6 +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
1920
COPY ./public ./public
2021
COPY favicon.png ./
2122

0 commit comments

Comments
 (0)