chore: copy public folder

This commit is contained in:
amhsirak
2024-12-23 01:15:11 +05:30
parent 73006804ba
commit 26ca043c23

View File

@@ -11,6 +11,7 @@ RUN npm install --legacy-peer-deps
# Copy frontend source code and config
COPY src ./src
COPY public ./public
COPY index.html ./
COPY vite.config.js ./
COPY tsconfig.json ./