fix(syncribullet): copy dist instead of public/adapters in Dockerfile (#56)

Updated the Dockerfile to copy built files from the 'dist' directory instead of 'public' and 'adapters'.
This commit is contained in:
RenewedKeys
2025-11-23 03:55:53 -06:00
committed by GitHub
parent 5e8f200994
commit d61965d1f0
+2 -4
View File
@@ -26,10 +26,8 @@ services:
RUN npm ci --ignore-scripts --only=production && npm cache clean --force
# Copy built files from the builder stage
COPY --from=builder /build/public ./public
COPY --from=builder /build/adapters ./adapters
COPY --from=builder /build/dist ./dist
COPY --from=builder /build/server ./server
COPY --from=builder /build/node_modules ./node_modules
ENV NODE_ENV=production
@@ -62,4 +60,4 @@ services:
start_period: 60s
profiles:
- syncribullet
- all
- all