diff --git a/Dockerfile b/Dockerfile index b96916c..59ef273 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,6 @@ USER astro COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/dist ./dist -COPY --from=builder /app/public ./public -COPY --from=builder /app/data.db ./data.db EXPOSE 4321