fix: copy public folder to production docker image stage to serve APK downloads
This commit is contained in:
@@ -33,6 +33,7 @@ COPY package*.json ./
|
||||
COPY --from=build /usr/src/app/node_modules ./node_modules
|
||||
COPY --from=build /usr/src/app/dist ./dist
|
||||
COPY --from=build /usr/src/app/prisma ./prisma
|
||||
COPY --from=build /usr/src/app/public ./public
|
||||
|
||||
EXPOSE 3001
|
||||
CMD ["node", "dist/src/main.js"]
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user