# Copy the built app from the first stage
COPY --from=builder /app /app
# Set the working directory
WORKDIR /app
# Build the snap (assuming snapcraft.yaml is configured)
# Uncomment the next line if you need to build the snap as part of the Docker build
# RUN snapcraft