chore: copy public folder

This commit is contained in:
amhsirak
2024-12-23 01:15:00 +05:30
parent 72e219015a
commit 73006804ba

View File

@@ -7,6 +7,7 @@ WORKDIR /app
COPY package*.json ./
COPY maxun-core ./maxun-core
COPY src ./src
COPY public ./public
COPY server ./server
COPY tsconfig.json ./
COPY server/tsconfig.json ./server/