fix: copy visit request template into runtime image
This commit is contained in:
@@ -31,6 +31,7 @@ RUN npm ci --omit=dev && npm cache clean --force
|
|||||||
COPY --from=build /app/dist ./dist
|
COPY --from=build /app/dist ./dist
|
||||||
COPY --from=build /app/frontend/dist ./frontend/dist
|
COPY --from=build /app/frontend/dist ./frontend/dist
|
||||||
COPY migrations ./migrations
|
COPY migrations ./migrations
|
||||||
|
COPY docs/form_sample.xlsx ./docs/form_sample.xlsx
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user